Update setup.py

This commit is contained in:
Kenneth Reitz 2017-08-28 12:20:54 -04:00 committed by GitHub
parent e8f164d7d4
commit df715f98a0

View File

@ -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__))