diff --git a/requirements.txt b/requirements.txt index 33e0638..e69de29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +0,0 @@ -json -urllib diff --git a/setup.py b/setup.py index 9c1bf99..3795508 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ here = path.abspath(path.dirname(__file__)) -with open('LONG_DESCRIPTION.md') as f: +with open('README.md') as f: long_description = f.read()