Skip to content

Commit a7d6ebd

Browse files
committed
Add build-system section to pyproject.toml
- Introduced a build-system section specifying setuptools and wheel as requirements for building the project, ensuring proper packaging and compatibility.
1 parent 39ebe44 commit a7d6ebd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

state-manager/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[build-system]
2+
requires = ["setuptools>=61", "wheel"]
3+
build-backend = "setuptools.build_meta"
4+
15
[project]
26
name = "state-manager"
37
version = "0.1.0"

0 commit comments

Comments
 (0)