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

Remove pypi-based commands upload, register, upload-docs. #4636

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

jaraco
Copy link
Member

@jaraco jaraco commented Sep 6, 2024

Summary of changes

Closes #2971

This change also removes the upload and register commands, eliminating the dependence on the distutils commands of the same name. Note that the entry points for those commands were removed in an earlier release, so they're not reachable except by direct import anyway.

Pull Request Checklist

@jaraco
Copy link
Member Author

jaraco commented Sep 6, 2024

Merging as this issue blocks pypa/distutils#294.

@jaraco jaraco merged commit cd795f1 into main Sep 6, 2024
42 checks passed
@jaraco jaraco deleted the debt/pypi-commands branch September 6, 2024 15:52
@stephematician
Copy link

I'm getting warnings from setuptools 75.0.0:

ModuleNotFoundError while trying to load entry-point upload_docs: No module named 'setuptools.command.upload_docs'

I believe that there are still traces of upload_docs that should (?) be removed:

upload_docs = "setuptools.command.upload_docs:upload_docs"

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.

deprecate and remove the upload_docs command
2 participants