We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19bf8ba commit 5bede6bCopy full SHA for 5bede6b
setup.py
@@ -25,16 +25,20 @@ def read(filename):
25
long_description=read("README.md"),
26
packages=find_packages(exclude=('tests',)),
27
28
- install_requires=["requests", ],
+ install_requires=["requests"],
29
30
classifiers=[
31
- 'Development Status :: 2 - Pre-Alpha',
32
- 'License :: OSI Approved :: MIT License',
+ 'Development Status :: 4 - Beta',
+ 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
33
'Programming Language :: Python',
34
'Programming Language :: Python :: 3',
35
'Programming Language :: Python :: 3.4',
36
'Programming Language :: Python :: 3.5',
37
'Programming Language :: Python :: 3.6',
38
'Programming Language :: Python :: 3.7',
39
+ 'Natural Language :: English',
40
+ 'Topic :: Office/Business :: Financial :: Accounting',
41
+ 'Topic :: Text Processing :: Markup',
42
+ 'Topic :: Text Processing :: Markup :: XML'
43
],
44
)
0 commit comments