From 3279a74d580f6776a045b141ce2c8bec4e02d8b5 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Tue, 26 Nov 2019 04:05:42 +0100 Subject: [PATCH] Expand setup.py configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The current pypi project page is somewhat bare… and shields.io can't extract metadata from it. --- setup.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/setup.py b/setup.py index e8b045c..3482881 100755 --- a/setup.py +++ b/setup.py @@ -36,4 +36,18 @@ setup(name = "pyxattr", test_suite = "test", platforms = ["Linux"], python_requires = ">=3.4", + project_urls={ + "Bug Tracker": "https://github.com/iustin/bakonf/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 :: MacOS :: MacOS X", + "Operating System :: POSIX :: Linux", + "Topic :: System :: Filesystems", + ] ) -- 2.39.2