We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a22556 + eb72ebd commit c73c3e5Copy full SHA for c73c3e5
tdvt/setup.py
@@ -15,7 +15,7 @@
15
license='MIT',
16
description='A Python module for testing datasource compatability with Tableau.',
17
test_suite='test',
18
- scripts=['tdvt.py'],
19
- install_requires=[ 'defusedxml' ],
20
- include_package_data = True
+ scripts=['tdvt_launcher.py'],
+ install_requires=['defusedxml'],
+ include_package_data=True
21
)
tdvt/tdvt/version.py
@@ -1 +1 @@
1
-__version__ = '1.5.18'
+__version__ = '1.5.19'
tdvt/tdvt.py renamed to tdvt/tdvt_launcher.py
0 commit comments