mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2026-01-02 18:00:48 +00:00
Update setup.py
Added package_data
This commit is contained in:
3
setup.py
3
setup.py
@@ -31,6 +31,9 @@ setup(name='ptulsconv',
|
|||||||
packages=['ptulsconv'],
|
packages=['ptulsconv'],
|
||||||
keywords='text-processing parsers film tv editing editorial',
|
keywords='text-processing parsers film tv editing editorial',
|
||||||
install_requires=['parsimonious', 'tqdm'],
|
install_requires=['parsimonious', 'tqdm'],
|
||||||
|
package_data={
|
||||||
|
"ptulsconv": ["*.xsl"]
|
||||||
|
},
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'ptulsconv = ptulsconv.__main__:main'
|
'ptulsconv = ptulsconv.__main__:main'
|
||||||
|
|||||||
Reference in New Issue
Block a user