Skip to content

Commit 914ff60

Browse files
authored
Merge pull request #171 from mgorny/pyproj-fixes
Build: pyproject.xml fixes
2 parents 80997c2 + 97498ae commit 914ff60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[build-system]
2-
requires = ["setuptools", "wheel"]
2+
requires = ["setuptools"]
3+
build-backend = "setuptools.build_meta"
34

45
[project]
56
name = "pygccxml"

0 commit comments

Comments
 (0)