From df715f98a068a13314735df5a173db5424d6ba3a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 28 Aug 2017 12:20:54 -0400 Subject: [PATCH] Update setup.py --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 5e69ccd..b92461d 100644 --- a/setup.py +++ b/setup.py @@ -9,10 +9,10 @@ from setuptools import find_packages, setup # Package meta-data. NAME = 'mypackage' -DESCRIPTION = 'Sacred Marriage of Pipfile, Pip, & Virtualenv.' -URL = 'https://github.com/kennethreitz/pipenv' -EMAIL = 'me@kennethreitz.org' -AUTHOR = 'Kenneth Reitz' +DESCRIPTION = 'My short description for my project. ' +URL = 'https://github.com/me/myproject' +EMAIL = 'me@example.com' +AUTHOR = 'Awesome Soul' here = os.path.abspath(os.path.dirname(__file__))