Skip to content

Commit 82c423d

Browse files
committed
Added build-system
1 parent 9470225 commit 82c423d

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

remove-json-keys/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.0", "wheel"]
3+
build-backend = "setuptools.build_meta"
4+
15
[project]
26
name = "remove-json-keys"
37
version = "0.0.13"

translate-messages/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.0", "wheel"]
3+
build-backend = "setuptools.build_meta"
4+
15
[project]
26
name = "translate-messages"
37
version = "1.0.4"

0 commit comments

Comments
 (0)