mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-23 13:09:49 +00:00
Package scripts correctly now
This commit is contained in:
parent
3ae048ef4d
commit
77b7286f34
@ -32,7 +32,7 @@ modname = 'uncompyle6'
|
||||
packages = ['uncompyle6', 'uncompyle6.opcodes']
|
||||
py_modules = None
|
||||
short_desc = 'Python byte-code to source-code converter'
|
||||
scripts = ['uncompyle6', 'pydisassemble']
|
||||
scripts = ['bin/uncompyle6', 'bin/pydisassemble']
|
||||
|
||||
import os
|
||||
import os.path, sys
|
||||
|
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,
|
||||
|
Loading…
Reference in New Issue
Block a user