From dd1a3f09a360ace1941ab9ff6e9f9d1d7e0f329b Mon Sep 17 00:00:00 2001 From: cclauss Date: Wed, 12 Apr 2017 21:20:37 +0200 Subject: [PATCH] classifiers=CLASSIFIERS, This will populate the lower left of https://pypi.org/project/num2words --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ab6aaf2..24b4bd2 100644 --- a/setup.py +++ b/setup.py @@ -29,4 +29,5 @@ setup( url='https://github.com/savoirfairelinux/num2words', packages=find_packages(exclude=['tests']), test_suite='tests', + classifiers=CLASSIFIERS, )