You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Package scripts correctly now
This commit is contained in:
6
setup.py
6
setup.py
@@ -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,
|
||||
|
Reference in New Issue
Block a user