mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
classifiers=CLASSIFIERS,
This will populate the lower left of https://pypi.org/project/num2words
This commit is contained in:
1
setup.py
1
setup.py
@@ -29,4 +29,5 @@ setup(
|
|||||||
url='https://github.com/savoirfairelinux/num2words',
|
url='https://github.com/savoirfairelinux/num2words',
|
||||||
packages=find_packages(exclude=['tests']),
|
packages=find_packages(exclude=['tests']),
|
||||||
test_suite='tests',
|
test_suite='tests',
|
||||||
|
classifiers=CLASSIFIERS,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user