Skip to content

Commit 37c3d27

Browse files
committed
Removed reference to upload_docs module in entry points.
Closes #4650
1 parent 9fb53fd commit 37c3d27

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

newsfragments/4650.bugfix.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Removed reference to upload_docs module in entry points.

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ rotate = "setuptools.command.rotate:rotate"
166166
saveopts = "setuptools.command.saveopts:saveopts"
167167
sdist = "setuptools.command.sdist:sdist"
168168
setopt = "setuptools.command.setopt:setopt"
169-
upload_docs = "setuptools.command.upload_docs:upload_docs"
170169

171170
[project.entry-points."setuptools.finalize_distribution_options"]
172171
parent_finalize = "setuptools.dist:_Distribution.finalize_options"

0 commit comments

Comments
 (0)