Fix setup.py

This commit is contained in:
Labrys of Knossos 2018-12-31 14:39:24 -05:00
parent 095810ea79
commit 7ac4d8d762

View file

@ -51,22 +51,8 @@ setup(
""",
author='Clinton Hall',
author_email='fock_wulf@hotmail.com',
url='https://github.com/clinton-hall/nzbToMedia_repo',
url='https://github.com/clinton-hall/nzbToMedia',
packages=['core'],
include_package_data=True,
zip_safe=False,
scripts=[
'nzbToCouchPotato',
'nzbToGamez',
'nzbToHeadPhones',
'nzbToLidarr',
'nzbToMedia',
'nzbToMylar',
'nzbToNzbDrone',
'nzbToRadarr',
'nzbToSickBeard',
'TorrentToMedia',
],
classifiers=[
# complete classifier list: http://pypi.python.org/pypi?%3Aaction=list_classifiers
'Development Status :: 5 - Production/Stable',