diff --git a/requirements.txt b/requirements.txt index 2c3c5e5..e69de29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +0,0 @@ -json -urllib -urllib2 -urlparse \ No newline at end of file diff --git a/setup.py b/setup.py index a9b6d91..dcf7eaa 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ here = path.abspath(path.dirname(__file__)) -with open('LONG_DESCRIPTION.md') as f: +with open('README.md') as f: long_description = f.read() setup(