From 464fd220e78d894c9da72443efcc9e29bc6854cc Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Mon, 6 Jul 2020 17:57:07 -0500 Subject: [PATCH 1/2] Remove packages (already in standard library) --- requirements.txt | 4 ---- 1 file changed, 4 deletions(-) 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 From 227cf653b2e92be85d43ea6a63f70c60a1058036 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Mon, 6 Jul 2020 17:57:47 -0500 Subject: [PATCH 2/2] setup.py: Fix long_description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(