Skip to content

Commit c73c3e5

Browse files
authored
Merge pull request #261 from tableau/hotfix/issue-260
Rename tdvt.py to tdvt_launcher.py and update setup.py
2 parents 6a22556 + eb72ebd commit c73c3e5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tdvt/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
license='MIT',
1616
description='A Python module for testing datasource compatability with Tableau.',
1717
test_suite='test',
18-
scripts=['tdvt.py'],
19-
install_requires=[ 'defusedxml' ],
20-
include_package_data = True
18+
scripts=['tdvt_launcher.py'],
19+
install_requires=['defusedxml'],
20+
include_package_data=True
2121
)

tdvt/tdvt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.5.18'
1+
__version__ = '1.5.19'
File renamed without changes.

0 commit comments

Comments
 (0)