See if travis will take spark 1.2.1

This commit is contained in:
rocky
2016-05-14 15:28:16 -04:00
parent b69001ccbf
commit 51df8d8cbe
3 changed files with 14 additions and 8 deletions

View File

@@ -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,