Split out Python 3.1 parser from rest.

__pkginfo__.py: use Python 3.1 bytecode fixes
This commit is contained in:
rocky
2016-10-25 21:46:46 -04:00
parent 7a10917857
commit 8feb472d51
4 changed files with 43 additions and 32 deletions

View File

@@ -38,7 +38,7 @@ entry_points={
]}
ftp_url = None
install_requires = ['spark-parser >= 1.4.0',
'xdis >= 3.1.0']
'xdis >= 3.2.0']
license = 'MIT'
mailing_list = 'python-debugger@googlegroups.com'
modname = 'uncompyle6'