From 04d1ee400909c7b9cf8f89a05fa5b43b74bf0b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 12 Aug 2018 19:51:31 +0200 Subject: [PATCH] misc: add trove classifiers --- setup.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/setup.py b/setup.py index a556426..c6dc3f0 100755 --- a/setup.py +++ b/setup.py @@ -93,6 +93,16 @@ setuptools.setup( author_email="info@entrouvert.com", maintainer="Benjamin Dauvergne", maintainer_email="bdauvergne@entrouvert.com", + classifiers=[ + 'Development Status :: 5 - Production/Stable', + 'Environment :: Web Environment', + 'Intended Audience :: Developers', + 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', + 'Operating System :: POSIX', + 'Programming Language :: Python', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 3', + ], packages=['eopayment'], install_requires=[ 'pycrypto >= 2.5',