Browse Source

add pyproject.toml (#1083)

Jelmer Vernooij 2 năm trước cách đây
mục cha
commit
e561ae6578
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      pyproject.toml

+ 3 - 0
pyproject.toml

@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools"]
+build-backend = "setuptools.build_meta"