Skip to content

Commit

Permalink
See if removing the >=45 setuptools requirement fixes things
Browse files Browse the repository at this point in the history
  • Loading branch information
SylviaWhittle committed Sep 17, 2023
1 parent 718bda2 commit 66e13d5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2", "wheel", "cmake"]
requires = ["setuptools", "setuptools_scm[toml]>=6.2", "wheel", "cmake"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -12,13 +12,7 @@ license = { text = "LGPL=3.0" }
dependencies = ["cmake", "wheel"]

[project.optional-dependencies]
pypi = [
"build",
"cmake",
"setuptools_scm[toml]",
"twine",
"wheel",
]
pypi = ["build", "cmake", "setuptools_scm[toml]", "twine", "wheel"]

[tool.setuptools.packages.find]
where = ["."]
Expand Down

0 comments on commit 66e13d5

Please sign in to comment.