Add platform trove classifiers

This commit is contained in:
Peter Bittner 2019-04-24 12:44:34 +02:00 committed by Ram Rachum
parent e5edaa01a3
commit 473f88a2d5
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ setuptools.setup(
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Topic :: Software Development :: Debuggers', 'Topic :: Software Development :: Debuggers',