remove references to removed setup.py (#674)

This commit is contained in:
Paul Robinson
2025-06-10 11:24:34 -06:00
committed by GitHub
parent 630aac703d
commit f27f4ddd85
2 changed files with 2 additions and 7 deletions

View File

@ -90,7 +90,7 @@ validate-newsfragments:
check-docs: build-docs validate-newsfragments
build-docs:
sphinx-apidoc -o docs/ . setup.py "*conftest*" tests/
sphinx-apidoc -o docs/ . "*conftest*" tests/
$(MAKE) -C docs clean
$(MAKE) -C docs html
$(MAKE) -C docs doctest

View File

@ -221,12 +221,7 @@ values = ["alpha", "beta", "stable"]
[tool.bumpversion.part.devnum]
[[tool.bumpversion.files]]
filename = "setup.py"
search = "version=\"{current_version}\""
replace = "version=\"{new_version}\""
[[tool.bumpversion.files]]
filename = "pyproject.toml" # Keep pyproject.toml version in sync
filename = "pyproject.toml"
search = 'version = "{current_version}"'
replace = 'version = "{new_version}"'