|
3 | 3 | __version__ = '0.0.1' |
4 | 4 | __author__ = 'aagbsn' |
5 | 5 | __contact__ = 'aagbsn@torproject.org' |
6 | | -__url__ = '' # TODO: publish this |
7 | | -__license__ = '' |
| 6 | +__url__ = 'https://github.com/TheTorProject/bwscanner' # TODO: publish this |
| 7 | +__license__ = 'GPL' |
8 | 8 | __copyright__ = '' |
9 | 9 |
|
10 | | -setup(name='bwscanner', # TODO: pick a better name |
| 10 | +setup(name='bwscanner', # TODO: pick a better name |
11 | 11 | version=__version__, |
12 | 12 | description='Tor Bandwidth Scanner', |
13 | 13 | long_description=__doc__, |
14 | 14 | keywords=['python', 'twisted', 'txtorcon', 'tor', 'metrics'], |
15 | 15 | install_requires=open('requirements.txt').readlines(), |
16 | | - |
17 | | - # TODO: complete the classifiers |
18 | | - #classifiers = ['Framework :: Twisted', 'Programming Language :: Python'] |
19 | | - classifiers=[], |
| 16 | + classifiers=[ |
| 17 | + 'Framework :: Twisted', |
| 18 | + 'Development Status :: 3 - Alpha', |
| 19 | + 'Environment :: Console', |
| 20 | + 'Intended Audience :: Developers', |
| 21 | + 'License :: OSI Approved :: GPL License', |
| 22 | + 'Natural Language :: English', |
| 23 | + 'Operating System :: OS Independent', |
| 24 | + 'Programming Language :: Python :: 2.7', |
| 25 | + 'Topic :: System :: Networking', |
| 26 | + 'Topic :: Internet :: Proxy Servers', |
| 27 | + 'Topic :: Internet', |
| 28 | + 'Topic :: Security', |
| 29 | + 'Topic :: Utilities'], |
20 | 30 | author=__author__, |
21 | 31 | author_email=__contact__, |
22 | 32 | url=__url__, |
|
0 commit comments