Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed Sep 20, 2017
1 parent 1dcf482 commit aea39ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
exec(f.read(), about)


class PublishCommand(Command):
"""Support setup.py publish."""
class UploadCommand(Command):
"""Support setup.py upload."""

description = 'Build and publish the package.'
user_options = []
Expand Down Expand Up @@ -110,6 +110,6 @@ def run(self):
],
# $ setup.py publish support.
cmdclass={
'publish': PublishCommand,
'upload': UploadCommand,
},
)

0 comments on commit aea39ea

Please sign in to comment.