Skip to content

Commit

Permalink
Merge pull request #292 from MuellerSeb/use_pep660
Browse files Browse the repository at this point in the history
Setup: remove setup.py since setuptools 64 supports pep660 now
  • Loading branch information
thouska committed Sep 8, 2022
2 parents 2a91611 + 6a0c47e commit d939c69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools>=63",
"setuptools>=64",
"setuptools_scm[toml]>=6.4",
]
build-backend = "setuptools.build_meta"
Expand Down
4 changes: 0 additions & 4 deletions setup.py

This file was deleted.

0 comments on commit d939c69

Please sign in to comment.