Update setup.py

This commit is contained in:
Fabio Caccamo 2022-12-12 09:49:41 +01:00
parent 103c81aa18
commit 1f36cf2307
1 changed files with 0 additions and 1 deletions

View File

@ -135,6 +135,5 @@ setup(
"Topic :: Text Processing :: Markup :: XML", "Topic :: Text Processing :: Markup :: XML",
"Topic :: Utilities", "Topic :: Utilities",
], ],
license=__license__,
test_suite="tests", test_suite="tests",
) )