mirror of
https://github.com/nikdoof/tvorganise.git
synced 2025-12-11 13:52: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',
|
||||
license='GPLv2',
|
||||
|
||||
py_modules = [ 'tvorganise'],
|
||||
py_modules = ['tvorganise'],
|
||||
entry_points = {
|
||||
'console_scripts':[
|
||||
'tvorganise = tvorganise:main'
|
||||
]
|
||||
'console_scripts':['tvorganise = tvorganise:main']
|
||||
},
|
||||
|
||||
classifiers=[
|
||||
|
||||
Reference in New Issue
Block a user