mirror of
https://github.com/vikstrous/pirate-get
synced 2025-01-09 09:59:51 +01:00
add email, fix setup.py
This commit is contained in:
parent
398614704d
commit
eb4358831d
12
setup.py
12
setup.py
@ -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)',
|
||||
])
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user