From aea37d38375ef3e24a9377595bd533539ace3d07 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sun, 30 Aug 2015 01:30:38 +0000 Subject: [PATCH] Add setup.py --- setup.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 556dbde..6a3137c 100644 --- a/setup.py +++ b/setup.py @@ -7,11 +7,16 @@ setup(name='pirate-get', author='vikstrous', author_email='', license='GPL', - packages=['pirate-get'], + packages=['pirate'], entry_points={ - 'console_scripts': ['pirate-get = src.main:main'] + 'console_scripts': ['pirate-get = pirate.pirate:main'] }, - keywords=['server'], + install_requires=['colorama'], + keywords=['torrent', 'magnet', 'download', 'tpb', 'client'], classifiers=[ + 'Topic :: Utilities' + 'Topic :: Terminals' + 'Topic :: System :: Networking' + 'Programming Language :: Python :: 3 :: Only' 'License :: OSI Approved :: GNU General Public License (GPL)', ]) \ No newline at end of file