Package scripts correctly now

This commit is contained in:
rocky
2015-12-14 22:18:26 -05:00
parent 3ae048ef4d
commit 77b7286f34
2 changed files with 1 additions and 7 deletions

View File

@@ -25,12 +25,6 @@ setup(
author_email = author_email,
# classifiers = classifiers,
description = short_desc,
entry_points = {
'console_scripts': [
'trepan2 = trepan.cli:main',
'trepan2c = trepan.client:main',
]},
# install_requires = install_requires,
# license = license,
long_description = long_description,