Skip to content

Commit 5bede6b

Browse files
committed
Upadted setup.py
1 parent 19bf8ba commit 5bede6b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

setup.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,20 @@ def read(filename):
2525
long_description=read("README.md"),
2626
packages=find_packages(exclude=('tests',)),
2727

28-
install_requires=["requests", ],
28+
install_requires=["requests"],
2929

3030
classifiers=[
31-
'Development Status :: 2 - Pre-Alpha',
32-
'License :: OSI Approved :: MIT License',
31+
'Development Status :: 4 - Beta',
32+
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
3333
'Programming Language :: Python',
3434
'Programming Language :: Python :: 3',
3535
'Programming Language :: Python :: 3.4',
3636
'Programming Language :: Python :: 3.5',
3737
'Programming Language :: Python :: 3.6',
3838
'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'
3943
],
4044
)

0 commit comments

Comments
 (0)