xdis's "exception match" is now "exception-match"

This commit is contained in:
rocky
2017-07-17 22:42:57 -04:00
parent 9e8e4f54c7
commit d138a01bf1
4 changed files with 4 additions and 5 deletions

View File

@@ -40,8 +40,7 @@ entry_points = {
]}
ftp_url = None
install_requires = ['spark-parser >= 1.6.1, < 1.7.0',
# 'xdis >= 3.5.1, < 3.6.0', 'six']
'xdis == 3.5.0', 'six']
'xdis >= 3.5.1, < 3.6.0', 'six']
license = 'MIT'
mailing_list = 'python-debugger@googlegroups.com'
modname = 'uncompyle6'