Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Added package_data
  • Loading branch information
iluvcapra authored Oct 11, 2020
1 parent 9f2a080 commit b5d9b5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@
packages=['ptulsconv'],
keywords='text-processing parsers film tv editing editorial',
install_requires=['parsimonious', 'tqdm'],
package_data={
"ptulsconv": ["*.xsl"]
},
entry_points={
'console_scripts': [
'ptulsconv = ptulsconv.__main__:main'
]
}
)
)

0 comments on commit b5d9b5a

Please sign in to comment.