You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
See if travis will take spark 1.2.1
This commit is contained in:
6
setup.py
6
setup.py
@@ -6,12 +6,10 @@ from __pkginfo__ import \
|
||||
author, author_email, install_requires, \
|
||||
license, long_description, classifiers, \
|
||||
entry_points, modname, py_modules, \
|
||||
short_desc, web, zip_safe
|
||||
short_desc, VERSION, web, \
|
||||
zip_safe
|
||||
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
exec(open('uncompyle6/version.py').read())
|
||||
|
||||
setup(
|
||||
author = author,
|
||||
author_email = author_email,
|
||||
|
Reference in New Issue
Block a user