1
0
mirror of https://github.com/vikstrous/pirate-get synced 2025-01-10 10:04:21 +01:00

add email, fix setup.py

This commit is contained in:
Viktor Stanchev 2015-08-29 21:58:01 -07:00
parent 398614704d
commit eb4358831d

View File

@ -5,7 +5,7 @@ setup(name='pirate-get',
description='A command line interface for The Pirate Bay',
url='https://github.com/vikstrous/pirate-get',
author='vikstrous',
author_email='',
author_email='me@viktorstanchev.com',
license='GPL',
packages=['pirate'],
entry_points={
@ -14,9 +14,9 @@ setup(name='pirate-get',
install_requires=['colorama'],
keywords=['torrent', 'magnet', 'download', 'tpb', 'client'],
classifiers=[
'Topic :: Utilities'
'Topic :: Terminals'
'Topic :: System :: Networking'
'Programming Language :: Python :: 3 :: Only'
'Topic :: Utilities',
'Topic :: Terminals',
'Topic :: System :: Networking',
'Programming Language :: Python :: 3 :: Only',
'License :: OSI Approved :: GNU General Public License (GPL)',
])
])