License is MIT

marsh.py: remove unused import
This commit is contained in:
rocky
2016-05-01 11:58:46 -04:00
parent 313e468bdc
commit 03bb54f8ea
3 changed files with 3 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ ftp_url = None
install_requires = ['python-spark >= 1.1.0']
license = 'GPL'
# license = 'BSDish'
license = 'MIT'
mailing_list = 'python-debugger@googlegroups.com'
modname = 'uncompyle6'
packages = ['uncompyle6', 'uncompyle6.opcodes', 'uncompyle6.semantics', 'uncompyle6.scanners', 'uncompyle6.parsers']