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" |
Originally posted by @stephematician in #4636 (comment)
I'm getting warnings from setuptools 75.0.0:
I believe that there are still traces of
upload_docsthat should (?) be removed:setuptools/pyproject.toml
Line 169 in 9fb53fd
Originally posted by @stephematician in #4636 (comment)