mirror of
https://github.com/nikdoof/tvorganise.git
synced 2025-12-13 06:42:16 +00:00
Breaking down tvorganise.py into modular parts
This commit is contained in:
4
setup.py
4
setup.py
@@ -13,9 +13,7 @@ license='GPLv2',
|
||||
|
||||
py_modules = ['tvorganise'],
|
||||
entry_points = {
|
||||
'console_scripts':[
|
||||
'tvorganise = tvorganise:main'
|
||||
]
|
||||
'console_scripts':['tvorganise = tvorganise:main']
|
||||
},
|
||||
|
||||
classifiers=[
|
||||
|
||||
Reference in New Issue
Block a user