remove classifiers from setup.py to get uploading to pypi working

This commit is contained in:
Micah Lee 2014-05-24 22:21:28 -04:00
parent 1165bd8c56
commit 4a407418d5

View File

@ -27,18 +27,6 @@ setup(
],
license="GPL v3",
keywords='onion, share, onionshare, tor, anonymous, web server',
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Intended Audience :: End Users/Desktop',
'License :: OSI Approved :: GPL License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
],
packages=['onionshare'],
scripts=['bin/onionshare', 'bin/tails-onionshare']
)