-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
93 lines (89 loc) · 2.33 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
[metadata]
name = PNU
description = The PNU Project
long_description = file: README.md
long_description_content_type = text/markdown
version = 2024.3.2
license = BSD 3-Clause License
license_files = License
author = Hubert Tournier
author_email = [email protected]
url = https://github.com/HubTou/PNU/
project_urls =
Bug Tracker = https://github.com/HubTou/PNU/issues
keywords = pnu-project
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: End Users/Desktop
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: BSD License
Natural Language :: English
Operating System :: OS Independent
Operating System :: POSIX :: BSD :: FreeBSD
Operating System :: Microsoft :: Windows
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Education
Topic :: Education :: Testing
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Testing
Topic :: System
Topic :: System :: Software Distribution
Topic :: Text Processing :: Filters
Topic :: Utilities
[options]
package_dir =
packages = find:
python_requires = >=3.8
install_requires =
pnu-about
pnu-adsv
pnu-anagram
pnu-b2bt
pnu-basename
pnu-certwatch
pnu-conjuguer
pnu-dcmp
pnu-echobox
pnu-fortune
pnu-ident
pnu-manpath
pnu-mtoc
pnu-ngc
pnu-pipinfo
pnu-portstreelint; platform_system=="FreeBSD"
pnu-prep
pnu-rot13
pnu-strfile
pnu-strings
pnu-true
pnu-unicode2ascii
pnu-vuxml; platform_system=="FreeBSD"
pnu-what
pnu-wis
[options.extras_require]
freebsd = pnu-vuxml; pnu-portstreelint
[options.data_files]
share/PNU =
tests/basename.xml
tests/dirname.xml
tests/echo.xml
tests/factor.xml
tests/false.xml
tests/ident.xml
tests/manpath.xml
tests/prep.xml
tests/primes.xml
tests/rot13.xml
tests/true.xml
tests/what.xml
tests/yes.xml