classifiers=CLASSIFIERS,

This will populate the lower left of https://pypi.org/project/num2words
This commit is contained in:
cclauss
2017-04-12 21:20:37 +02:00
committed by GitHub
parent b77414053b
commit dd1a3f09a3

View File

@@ -29,4 +29,5 @@ setup(
url='https://github.com/savoirfairelinux/num2words',
packages=find_packages(exclude=['tests']),
test_suite='tests',
classifiers=CLASSIFIERS,
)