From 1ed2b7ea89ab4068071049f9c8d2eba7bfd6fc9d Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 28 Nov 2016 17:22:58 -0600 Subject: [PATCH] Updates setup.py with origin repo author info --- setup.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index fc369f2..8831329 100644 --- a/setup.py +++ b/setup.py @@ -12,17 +12,14 @@ here = path.abspath(path.dirname(__file__)) with open(path.join(here, "README.md"), encoding='utf-8') as filein: long_description = filein.read() -with open(path.join(here, "requirements.txt"), encoding="utf-8") as filein: - requirements = [line.strip() for line in filein.readlines()] - setup( name="shreddit", version=VERSION, description=DESCRIPTION, long_description=long_description, - url="https://github.com/scott-hand/Shreddit", - author="Scott Hand", - author_email="scott@vkgfx.com", + url="https://github.com/x89/Shreddit", + author="David John", + author_email="david@vaunt.eu", classifiers=["Development Status :: 4 - Beta", "Intended Audience :: End Users/Desktop", "Programming Language :: Python"],