Skip to content

Commit ffa1a83

Browse files
committed
Remove the [project] section from pyproject.toml
`pyproject.toml` is currently intended to be used only for non-setuptools purposes so remove the `[project]` section to avoid confusing it. Fixes: #90.
1 parent a2ed8a2 commit ffa1a83

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
[project]
2-
name = 'immutables'
3-
requires-python = ">=3.6"
4-
51
[build-system]
62
requires = ["setuptools>=42", "wheel"]
73
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)