Skip to content

Commit

Permalink
Declare pip-run module in setup.cfg. Workaround for pypa/setuptools#4316
Browse files Browse the repository at this point in the history
.
  • Loading branch information
jaraco committed Apr 19, 2024
1 parent 97e2dda commit 7ede1f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ docs = [
[project.scripts]
pip-run = "pip_run:run"

[tool.setuptools]
py-modules = ["pip-run"]

[tool.setuptools.packages.find]
exclude = [
# duplicate exclusions for pypa/setuptools#2688
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[options]
py-modules = pip-run

0 comments on commit 7ede1f3

Please sign in to comment.