mirror of
https://github.com/nikdoof/tvorganise.git
synced 2025-12-14 07:12:18 +00:00
Update setuptools script to reflect changes to class
This commit is contained in:
4
setup.py
4
setup.py
@@ -8,10 +8,10 @@ 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 = ['filename_config', 'tvorganise'],
|
py_modules = [ 'tvorganise'],
|
||||||
entry_points = {
|
entry_points = {
|
||||||
'console_scripts':[
|
'console_scripts':[
|
||||||
'tvorganise = tvOrganise:main'
|
'tvorganise = tvorganise:TvOrganise.main'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user