From be972706a76a73f4603c7c40549ff2b48a7592c7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 28 Aug 2017 23:43:39 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 43bd7d0..16513c4 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ with open(os.path.join(here, NAME, '__version__.py')) as f: class PublishCommand(Command): """Support setup.py publish.""" - description = "Build and publish the package." + description = 'Build and publish the package.' user_options = [] @staticmethod