Skip to content

Commit

Permalink
Bump min setuptools version and remove setup.py (FEniCS#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Feb 26, 2023
1 parent 2d3992d commit 6eeef93
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[build-system]
requires = ["setuptools>=58", "wheel"]
requires = ["setuptools>=62", "wheel"]

build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ include_package_data = True
zip_safe = False
python_requires = >= 3.7
setup_requires =
setuptools >= 58
setuptools >= 62
wheel
install_requires =
numpy
Expand Down
16 changes: 0 additions & 16 deletions setup.py

This file was deleted.

0 comments on commit 6eeef93

Please sign in to comment.