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.
|
# Package meta-data.
|
||||||
NAME = 'mypackage'
|
NAME = 'mypackage'
|
||||||
DESCRIPTION = 'Sacred Marriage of Pipfile, Pip, & Virtualenv.'
|
DESCRIPTION = 'My short description for my project. '
|
||||||
URL = 'https://github.com/kennethreitz/pipenv'
|
URL = 'https://github.com/me/myproject'
|
||||||
EMAIL = 'me@kennethreitz.org'
|
EMAIL = 'me@example.com'
|
||||||
AUTHOR = 'Kenneth Reitz'
|
AUTHOR = 'Awesome Soul'
|
||||||
|
|
||||||
here = os.path.abspath(os.path.dirname(__file__))
|
here = os.path.abspath(os.path.dirname(__file__))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user