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.
1 parent 43dde24 commit 1f84d3fCopy full SHA for 1f84d3f
setup.py
@@ -16,7 +16,7 @@
16
],
17
entry_points={
18
'console_scripts': [
19
- 'tm-diff = tmDiff.main:main',
+ 'tm-diff = tmDiff.__main__:main',
20
21
},
22
test_suite='tests',
tmDiff/__main__.py
@@ -1,3 +1,4 @@
1
+import sys
2
from .main import main
3
4
if __name__ == '__main__':
0 commit comments