]> git.phdru.name Git - ppu.git/commitdiff
Fix(setup): Fix keywords and platforms
authorOleg Broytman <phd@phdru.name>
Sat, 19 Aug 2017 16:46:08 +0000 (19:46 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 20 Aug 2017 19:53:23 +0000 (22:53 +0300)
setup.py

index f5a434e28e2c492c23ae969361ad06b47e555d18..98d3d0df15af62cf7642b02e2f2e85528ef6cfcc 100755 (executable)
--- 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',