mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-24 05:31:27 -05:00
remove classifiers from setup.py to get uploading to pypi working
This commit is contained in:
parent
1165bd8c56
commit
4a407418d5
12
setup.py
12
setup.py
@ -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']
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user