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