Merge pull request #68 from cclauss/patch-1

classifiers=CLASSIFIERS
This commit is contained in:
Ernesto Rodriguez Ortiz
2017-04-14 14:17:01 -04:00
committed by GitHub

View File

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