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:
6
setup.py
6
setup.py
@@ -11,11 +11,9 @@ description='Utilities to verify TV episode filenames and move them into a organ
|
|||||||
url='http://github.com/dbr/checktveps/tree/master',
|
url='http://github.com/dbr/checktveps/tree/master',
|
||||||
license='GPLv2',
|
license='GPLv2',
|
||||||
|
|
||||||
py_modules = [ 'tvorganise'],
|
py_modules = ['tvorganise'],
|
||||||
entry_points = {
|
entry_points = {
|
||||||
'console_scripts':[
|
'console_scripts':['tvorganise = tvorganise:main']
|
||||||
'tvorganise = tvorganise:main'
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|||||||
Reference in New Issue
Block a user