Update setup.py
This commit is contained in:
parent
e8f164d7d4
commit
df715f98a0
8
setup.py
8
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__))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user