Skip to content

Commit 7711283

Browse files
committed
change textile cli tool to pytextile.
1 parent 7c7e205 commit 7711283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_version():
4141
':python_version=="2.6"': ['ordereddict>=1.1'],
4242
'develop': ['regex', 'pytest', 'pytest-cov'],
4343
},
44-
entry_points={'console_scripts': ['textile=textile.__main__:main']},
44+
entry_points={'console_scripts': ['pytextile=textile.__main__:main']},
4545
setup_requires=['pytest-runner'],
4646
tests_require=['pytest', 'pytest-cov'],
4747
cmdclass = {'test': pytest},

0 commit comments

Comments
 (0)