Merge "Add trove classifiers"

This commit is contained in:
Zuul 2021-10-25 20:35:51 +00:00 committed by Gerrit Code Review
commit 218d5c5996
1 changed files with 13 additions and 0 deletions

View File

@ -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',