@@ -10,7 +10,6 @@ def get_text(name):
1010 return eval (f .read ().strip ())
1111
1212
13-
1413extra_compile_args = [
1514 '-std=c++11' , '-flto' ,
1615 '-O2' , '-fomit-frame-pointer' , '-fPIC' , '-ggdb1' , '-pipe' ,
@@ -31,13 +30,13 @@ def get_text(name):
3130 name = name ,
3231 version = get_text ('VERSION' ),
3332 long_description = get_text ('DESCRIPTION' ),
34- description = 'TODO ' ,
33+ description = 'HTML clean-up and repair: Statically linked Python interface for tidy-html5. ' ,
3534 author = 'René Kijewski' ,
3635 author_email = 'pypi.org@k6i.de' ,
3736 maintainer = 'René Kijewski' ,
3837 maintainer_email = 'pypi.org@k6i.de' ,
3938 url = 'https://github.com/Kijewski/pyjson5' ,
40- python_requires = '~= 3.4 ' ,
39+ python_requires = '~= 3.6 ' ,
4140 zip_safe = False ,
4241 ext_modules = [Extension (
4342 '_' + name ,
@@ -49,7 +48,21 @@ def get_text(name):
4948 )],
5049 packages = [name ],
5150 platforms = ['any' ],
52- license = 'Apache 2.0 ' ,
51+ license = 'ISC ' ,
5352 classifiers = [
53+ 'Development Status :: 4 - Beta' ,
54+ 'Intended Audience :: Developers' ,
55+ 'Intended Audience :: System Administrators' ,
56+ 'License :: OSI Approved :: ISC License (ISCL)' ,
57+ 'Operating System :: OS Independent' ,
58+ 'Programming Language :: Cython' ,
59+ 'Programming Language :: Python :: 3' ,
60+ 'Programming Language :: Python :: 3.6' ,
61+ 'Programming Language :: Python :: 3.7' ,
62+ 'Programming Language :: Python :: 3.8' ,
63+ 'Programming Language :: Python :: 3.9' ,
64+ 'Programming Language :: Python :: 3 :: Only' ,
65+ 'Programming Language :: Python :: Implementation :: CPython' ,
66+ 'Topic :: Text Processing :: Markup :: HTML ' ,
5467 ],
5568)
0 commit comments