diff --git a/setup.py b/setup.py index ceed404..96d63fc 100644 --- a/setup.py +++ b/setup.py @@ -31,9 +31,12 @@ setup(name='ptulsconv', 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' ] } - ) \ No newline at end of file + )