Skip to content

Commit

Permalink
Remove "setup.py" from pyproject.toml
Browse files Browse the repository at this point in the history
Since `setup.py` was removed from Verde, the comment in `pyproject.toml` should be updated and remove "setup.py" from it.
  • Loading branch information
santisoler authored Sep 22, 2023
1 parent ec55094 commit 5b4b6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Specify that we use setuptools and setuptools_scm (to generate the version
# string). Actual configuration is in setup.py and setup.cfg.
# string). Actual configuration is in setup.cfg.
[build-system]
requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 5b4b6c7

Please sign in to comment.