From b7920b95ad5dead914abf612fcc1e044f8c7d30c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 27 Sep 2017 13:01:18 -0400 Subject: [PATCH] for humans Signed-off-by: Kenneth Reitz --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e359b5ce..ac79760f 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ class UploadCommand(Command): setup( name='pipenv', version=about['__version__'], - description='Sacred Marriage of Pipfile, Pip, & Virtualenv.', + description='Python Development Workflow for Humans.', long_description=long_description, author='Kenneth Reitz', author_email='me@kennethreitz.org',