Breaking down tvorganise.py into modular parts

This commit is contained in:
2010-01-29 11:22:22 +00:00
parent f0adef9157
commit 02f8c15d2b
2 changed files with 2 additions and 4 deletions

View File

@@ -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=[