4 Commits
v0.5 ... v0.5.2

Author SHA1 Message Date
Jamie Hardt
6ca1e5532d Update setup.py 2020-10-10 23:14:57 -07:00
Jamie Hardt
a0d386b666 Update setup.py 2020-10-10 23:13:05 -07:00
Jamie Hardt
3226e63f1d Update __init__.py 2020-10-10 23:05:07 -07:00
Jamie Hardt
3a597b5046 Update __init__.py
Version 0.5
2020-10-10 23:02:59 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -2,6 +2,6 @@ from .ptuls_grammar import protools_text_export_grammar
from .ptuls_parser_visitor import DictionaryParserVisitor
from .transformations import TimecodeInterpreter
__version__ = '0.4.1'
__version__ = '0.5.1'
__author__ = 'Jamie Hardt'
__license__ = 'MIT'

View File

@@ -32,7 +32,7 @@ setup(name='ptulsconv',
keywords='text-processing parsers film tv editing editorial',
install_requires=['parsimonious', 'tqdm'],
package_data={
"ptulsconv": ["*.xsl"]
"ptulsconv": ["xslt/*.xsl"]
},
entry_points={
'console_scripts': [