More packaging crap.

Did I tell you how much I hate python packaging?

fragments.py: track recent change in class decorators.
This commit is contained in:
rocky
2016-05-13 23:35:31 -04:00
parent e0eba6998f
commit de0ec195b7
5 changed files with 16 additions and 10 deletions

View File

@@ -40,8 +40,6 @@ install_requires = ['spark-parser >= 1.1.1']
license = 'MIT'
mailing_list = 'python-debugger@googlegroups.com'
modname = 'uncompyle6'
packages = ['uncompyle6', 'uncompyle6.opcodes', 'uncompyle6.semantics', 'uncompyle6.scanners',
'uncompyle6.parsers']
py_modules = None
short_desc = 'Python byte-code disassembler and source-code converter'
web = 'https://github.com/rocky/python-uncompyle6/'