Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simple bug fix in setup.py #3371

Merged
merged 1 commit into from
Dec 11, 2018
Merged

simple bug fix in setup.py #3371

merged 1 commit into from
Dec 11, 2018

Conversation

GreatBahram
Copy link
Contributor

The issue

Just simple fix typo on setup.py. in setup function it specifies 'upload' but in UploadCommand's doc-string it say support setup.py publish. I just fixed that.

"""Support setup.py publish."""

pipenv/setup.py

Line 152 in 51b46c9

cmdclass={"upload": UploadCommand, "deb": DebCommand},

@frostming frostming merged commit d4d54ee into pypa:master Dec 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants