mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-08 06:00:48 -07:00
Fix setup.py
This commit is contained in:
parent
095810ea79
commit
7ac4d8d762
1 changed files with 1 additions and 15 deletions
16
setup.py
16
setup.py
|
@ -51,22 +51,8 @@ setup(
|
||||||
""",
|
""",
|
||||||
author='Clinton Hall',
|
author='Clinton Hall',
|
||||||
author_email='fock_wulf@hotmail.com',
|
author_email='fock_wulf@hotmail.com',
|
||||||
url='https://github.com/clinton-hall/nzbToMedia_repo',
|
url='https://github.com/clinton-hall/nzbToMedia',
|
||||||
packages=['core'],
|
packages=['core'],
|
||||||
include_package_data=True,
|
|
||||||
zip_safe=False,
|
|
||||||
scripts=[
|
|
||||||
'nzbToCouchPotato',
|
|
||||||
'nzbToGamez',
|
|
||||||
'nzbToHeadPhones',
|
|
||||||
'nzbToLidarr',
|
|
||||||
'nzbToMedia',
|
|
||||||
'nzbToMylar',
|
|
||||||
'nzbToNzbDrone',
|
|
||||||
'nzbToRadarr',
|
|
||||||
'nzbToSickBeard',
|
|
||||||
'TorrentToMedia',
|
|
||||||
],
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
# complete classifier list: http://pypi.python.org/pypi?%3Aaction=list_classifiers
|
# complete classifier list: http://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue