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