We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb53fd commit 37c3d27Copy full SHA for 37c3d27
newsfragments/4650.bugfix.rst
@@ -0,0 +1 @@
1
+Removed reference to upload_docs module in entry points.
pyproject.toml
@@ -166,7 +166,6 @@ rotate = "setuptools.command.rotate:rotate"
166
saveopts = "setuptools.command.saveopts:saveopts"
167
sdist = "setuptools.command.sdist:sdist"
168
setopt = "setuptools.command.setopt:setopt"
169
-upload_docs = "setuptools.command.upload_docs:upload_docs"
170
171
[project.entry-points."setuptools.finalize_distribution_options"]
172
parent_finalize = "setuptools.dist:_Distribution.finalize_options"
0 commit comments