Skip to content

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

Merged
jaraco merged 1 commit intomainfrom
debt/pypi-commands
Sep 6, 2024
Merged

Remove pypi-based commands upload, register, upload-docs.#4636
jaraco merged 1 commit intomainfrom
debt/pypi-commands

Conversation

@jaraco
Copy link
Copy Markdown
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 jaraco force-pushed the debt/pypi-commands branch from 5a5fc33 to 990977f Compare September 6, 2024 15:25
@jaraco
Copy link
Copy Markdown
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
@jaraco jaraco deleted the debt/pypi-commands branch September 6, 2024 15:52
@stephematician
Copy link
Copy Markdown

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