Skip to content

Commit f27f4dd

Browse files
authored
remove references to removed setup.py (#674)
1 parent 630aac7 commit f27f4dd

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ validate-newsfragments:
9090
check-docs: build-docs validate-newsfragments
9191

9292
build-docs:
93-
sphinx-apidoc -o docs/ . setup.py "*conftest*" tests/
93+
sphinx-apidoc -o docs/ . "*conftest*" tests/
9494
$(MAKE) -C docs clean
9595
$(MAKE) -C docs html
9696
$(MAKE) -C docs doctest

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -221,12 +221,7 @@ values = ["alpha", "beta", "stable"]
221221
[tool.bumpversion.part.devnum]
222222

223223
[[tool.bumpversion.files]]
224-
filename = "setup.py"
225-
search = "version=\"{current_version}\""
226-
replace = "version=\"{new_version}\""
227-
228-
[[tool.bumpversion.files]]
229-
filename = "pyproject.toml" # Keep pyproject.toml version in sync
224+
filename = "pyproject.toml"
230225
search = 'version = "{current_version}"'
231226
replace = 'version = "{new_version}"'
232227

0 commit comments

Comments
 (0)