mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2026-01-01 09:20:49 +00:00
Added command interface
This commit is contained in:
7
setup.py
7
setup.py
@@ -24,5 +24,10 @@ setup(name='ptulsconv',
|
||||
"Programming Language :: Python :: 3.7"],
|
||||
packages=['ptulsconv'],
|
||||
keywords='text-processing parsers film tv editing editorial',
|
||||
install_requires=['parsimonious', 'timecode']
|
||||
install_requires=['parsimonious', 'timecode'],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'ptulsconv = ptulsconv.__main__:main'
|
||||
]
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user