From 90c166617c77cec30369a35237cceabcfaba47cf Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Tue, 1 Jun 2021 12:26:23 -0700 Subject: Add trove classifiers Change-Id: I4d6ddf874dc54009634ae6a4d309e18198921a1c --- setup.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/setup.py b/setup.py index bbfbc83..163d335 100644 --- a/setup.py +++ b/setup.py @@ -236,6 +236,19 @@ setup(name='pyeclib', 'implementing erasure codes. To obtain the best possible ' 'performance, the underlying erasure code algorithms are ' 'written in C.'), + classifiers=[ + "Development Status :: 5 - Production/Stable", + "Programming Language :: Python :: 2", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Intended Audience :: Developers", + "License :: OSI Approved :: BSD License", + ], long_description=open('README.rst', 'r').read(), platforms='Linux', license='BSD', -- cgit v1.2.1