From f4852722bbed050e7d82a5b2ca96a5b59ce7730e Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 28 Oct 2018 22:15:18 -0400 Subject: [PATCH] remove email. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 42c0a4c..d470152 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,6 @@ with io.open(path.join(WORKING_DIR, "README.md"), encoding="utf-8") as f: setup( author="Dave Gallant", - author_email="davegallant at gmail", description="CLI for RedFlagDeals.com", entry_points={"console_scripts": ["rfd = rfd.rfd_cli:cli"]}, install_requires=[