X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=2902ebf61e9f6b0a2fa9fc9b96f5a93fba6ce163;hb=5159632c3ce5d0aa317225d2d1feef575e67df0c;hp=f5a434e28e2c492c23ae969361ad06b47e555d18;hpb=5ad520060ae750a665b89afe0b42d79e8d126d5e;p=ppu.git diff --git a/setup.py b/setup.py index f5a434e..2902ebf 100755 --- a/setup.py +++ b/setup.py @@ -20,8 +20,7 @@ setup(name='ppu', author_email='phd@phdru.name', url='http://phdru.name/Software/Python/ppu/', license='GPL', - platforms=['any'], - keywords=[''], + platforms='Any', classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: Console', @@ -29,6 +28,8 @@ setup(name='ppu', 'Intended Audience :: End Users/Desktop', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Operating System :: OS Independent', + 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: Implementation :: PyPy', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3',