Skip to content

Commit

Permalink
Merge pull request #3221 from dcamron/clean-pyproject
Browse files Browse the repository at this point in the history
Remove unused setuptools config
  • Loading branch information
dopplershift authored Oct 3, 2023
2 parents 0016cff + fea43d9 commit 81d548b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,5 @@ max-complexity = 61
[tool.ruff.pydocstyle]
convention = "numpy"

[tools.setuptools]
zip-safe = true
platforms = ["any"]

[tools.setuptools.packages.find]
where = ["src"]

[tool.setuptools_scm]
version_scheme = "post-release"

0 comments on commit 81d548b

Please sign in to comment.