Browse Source

fix pypi tags

oz123 11 years ago
parent
commit
1062b46737
1 changed files with 4 additions and 9 deletions
  1. 4 9
      setup.py

+ 4 - 9
setup.py

@@ -24,23 +24,18 @@ setup(name=pwman.appname,
       scripts=['scripts/pwman3'],
       zip_safe=False,
       install_requires=['pycrypto>=2.6',
-		        'colorama>=0.2.4'],
+                'colorama>=0.2.4'],
       classifiers=[
           'Environment :: Console',
 
           'Intended Audience :: End Users/Desktop',
           'Intended Audience :: Developers',
           'Intended Audience :: System Administrators',
-
-          'License :: GPL version 3',
+          'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
           'Operating System :: MacOS :: MacOS X',
           'Operating System :: Microsoft :: Windows',
           'Operating System :: POSIX',
           'Programming Language :: Python',
-          'Requires-Python:: 2.7',]
+          'Programming Language :: Python :: 2.7'
+          ]
 )
-
-
-
-
-