Update setup.py

This commit is contained in:
Kenneth Reitz 2017-08-28 23:43:39 -04:00 committed by GitHub
parent 6a410ba470
commit be972706a7

View File

@ -43,7 +43,7 @@ with open(os.path.join(here, NAME, '__version__.py')) as f:
class PublishCommand(Command): class PublishCommand(Command):
"""Support setup.py publish.""" """Support setup.py publish."""
description = "Build and publish the package." description = 'Build and publish the package.'
user_options = [] user_options = []
@staticmethod @staticmethod