Skip to content

Commit 48b356d

Browse files
authored
2021.6.24 update
1 parent caec837 commit 48b356d

File tree

2 files changed

+24
-7
lines changed

2 files changed

+24
-7
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,4 @@ Full operating system kernels & device drivers:
129129
### Deities level transcending projects
130130
Making your own hardware platform and all the software to run it.
131131
* Although not Unix related, :mage_man: [The Woz](https://en.wikipedia.org/wiki/Steve_Wozniak) springs to mind here and his excellent autobiography, [iWoz](https://en.wikipedia.org/wiki/IWoz), is highly recommended for a good glimpse into a true [hacker](http://www.catb.org/jargon/html/H/hacker.html)'s mind.
132+

setup.cfg

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[metadata]
22
name = PNU
3-
description = The PNU Project / PyNIX
3+
description = The PNU Project
44
long_description = file: README.md
55
long_description_content_type = text/markdown
6-
version = 2021.6.13
6+
version = 2021.6.24
77
license = BSD 3-Clause License
88
license_files = License
99
author = Hubert Tournier
@@ -13,16 +13,28 @@ project_urls =
1313
Bug Tracker = https://github.com/HubTou/PNU/issues
1414
keywords = pnu-project
1515
classifiers =
16-
Programming Language :: Python :: 3
17-
Programming Language :: Python :: 3.8
16+
Development Status :: 5 - Production/Stable
17+
Environment :: Console
18+
Intended Audience :: Developers
19+
Intended Audience :: Education
20+
Intended Audience :: End Users/Desktop
21+
Intended Audience :: Information Technology
22+
Intended Audience :: System Administrators
1823
License :: OSI Approved :: BSD License
24+
Natural Language :: English
1925
Operating System :: OS Independent
2026
Operating System :: POSIX :: BSD :: FreeBSD
2127
Operating System :: Microsoft :: Windows
22-
Environment :: Console
23-
Development Status :: 5 - Production/Stable
24-
Natural Language :: English
28+
Programming Language :: Python :: 3
29+
Programming Language :: Python :: 3.8
30+
Programming Language :: Python :: 3.9
31+
Programming Language :: Python :: 3.10
32+
Topic :: Education
33+
Topic :: Education :: Testing
34+
Topic :: Software Development :: Testing
2535
Topic :: System
36+
Topic :: System :: Software Distribution
37+
Topic :: Text Processing :: Filters
2638
Topic :: Utilities
2739

2840
[options]
@@ -34,15 +46,19 @@ install_requires =
3446
pnu-b2bt
3547
pnu-basename
3648
pnu-echobox
49+
pnu-ngc
3750
pnu-prep
51+
pnu-unicode2ascii
3852

3953
[options.data_files]
4054
share/PNU =
4155
tests/basename.xml
4256
tests/dirname.xml
4357
tests/echo.xml
58+
tests/factor.xml
4459
tests/false.xml
4560
tests/prep.xml
61+
tests/primes.xml
4662
tests/true.xml
4763
tests/yes.xml
4864

0 commit comments

Comments
 (0)