From 555a99bacea811504d4549a9ca80d133a7f4954b Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Fri, 29 Nov 2019 16:33:03 +0100 Subject: [PATCH] Add trove classifiers and project urls --- setup.py | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8c3aa63..350124d 100755 --- a/setup.py +++ b/setup.py @@ -45,6 +45,20 @@ setup(name="pylibacl", libraries=libs, define_macros=macros, )], - test_suite="tests", python_requires = ">=3.4", + project_urls={ + "Bug Tracker": "https://github.com/iustin/pylibacl/issues", + }, + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", + "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)", + "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: Implementation :: CPython", + "Programming Language :: Python :: Implementation :: PyPy", + "Operating System :: POSIX :: BSD :: FreeBSD", + "Operating System :: POSIX :: Linux", + "Topic :: Software Development :: Libraries :: Python Modules", + "Topic :: System :: Filesystems", + ] ) -- 2.39.2