From 8241a5e3a84d63e696b5a9e90a37d9c21b7945f8 Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 3 May 2016 10:23:14 -0400 Subject: [PATCH] Wrong package name --- __pkginfo__.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__pkginfo__.py b/__pkginfo__.py index e66417cb..019edb30 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -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' diff --git a/requirements.txt b/requirements.txt index b63e32df..1c0ebb2b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -spark_parser >= 1.1.1 +spark-parser >= 1.1.1