Wrong package name

This commit is contained in:
rocky
2016-05-03 10:23:14 -04:00
parent faac11ad8c
commit 8241a5e3a8
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ classifiers = ['Development Status :: 4 - Beta',
author = "Rocky Bernstein, Hartmut Goebel, John Aycock, and others"
author_email = "rb@dustyfeet.com"
ftp_url = None
install_requires = ['python-spark >= 1.1.1']
install_requires = ['spark-parser >= 1.1.1']
license = 'GPL'
license = 'MIT'

View File

@@ -1 +1 @@
spark_parser >= 1.1.1
spark-parser >= 1.1.1