mirror of
https://github.com/nikdoof/tvorganise.git
synced 2025-12-13 14:52:17 +00:00
Reorganised files, changed tagging to tvorganise. Start of fork.
This commit is contained in:
14
setup.py
14
setup.py
@@ -1,19 +1,17 @@
|
||||
from setuptools import setup, find_packages
|
||||
setup(
|
||||
name = 'checkTvEps',
|
||||
name = 'tvorganise',
|
||||
version='0.1',
|
||||
|
||||
author='dbr/Ben',
|
||||
description='A collection of utilties to verify TV episodes match a naming scheme',
|
||||
author='Andrew Williams',
|
||||
description='Utilities to verify TV episode filenames and move them into a organise tree. Forked from dbr/Bens checkTvEps toolset',
|
||||
url='http://github.com/dbr/checktveps/tree/master',
|
||||
license='GPLv2',
|
||||
|
||||
py_modules = ['filename_config', 'checkTvEps', 'checkFilms', 'autoPathTv'],
|
||||
py_modules = ['filename_config', 'tvorganise'],
|
||||
entry_points = {
|
||||
'console_scripts':[
|
||||
'checkTvEps = checkTvEps:main',
|
||||
'checkFilms = checkFilms:main',
|
||||
'autoPathTv = autoPathTv:main'
|
||||
'tvorganise = tvOrganise:main'
|
||||
]
|
||||
},
|
||||
|
||||
@@ -27,4 +25,4 @@ classifiers=[
|
||||
"Topic :: Multimedia",
|
||||
"Topic :: Utilities"
|
||||
]
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user