@@ -3,7 +3,7 @@ name = pnu_unicode2ascii
33description = Unicode to Ascii command-line utility and Python library
44long_description = file: README.md
55long_description_content_type = text/markdown
6- version = 1.0.0
6+ version = 1.1.1
77license = BSD 3-Clause License
88license_files = License
99author = Hubert Tournier
@@ -13,19 +13,29 @@ project_urls =
1313 Bug Tracker = https://github.com/HubTou/unicode2ascii/issues
1414keywords = pnu-project
1515classifiers =
16- Programming Language :: Python :: 3
17- Programming Language :: Python :: 3.0
16+ Development Status :: 5 - Production/Stable
17+ Environment :: Console
1818 Intended Audience :: Developers
1919 Intended Audience :: End Users/Desktop
2020 License :: OSI Approved :: BSD License
21+ Natural Language :: English
2122 Operating System :: OS Independent
2223 Operating System :: POSIX :: BSD :: FreeBSD
2324 Operating System :: Microsoft :: Windows
24- Environment :: Console
25- Development Status :: 5 - Production/Stable
25+ Programming Language :: Python :: 3
26+ Programming Language :: Python :: 3.0
27+ Programming Language :: Python :: 3.1
28+ Programming Language :: Python :: 3.2
29+ Programming Language :: Python :: 3.3
30+ Programming Language :: Python :: 3.4
31+ Programming Language :: Python :: 3.5
32+ Programming Language :: Python :: 3.6
33+ Programming Language :: Python :: 3.7
34+ Programming Language :: Python :: 3.8
35+ Programming Language :: Python :: 3.9
36+ Programming Language :: Python :: 3.10
2637 Topic :: Software Development :: Libraries
2738 Topic :: Software Development :: Libraries :: Python Modules
28- Natural Language :: English
2939 Topic :: System
3040 Topic :: Utilities
3141
@@ -47,3 +57,4 @@ man/man1 =
4757 man/unicode2ascii.1.gz
4858man/man3 =
4959 man/unicode2ascii.3.gz
60+
0 commit comments