diff options
| author | 2023-12-26 19:39:06 -0500 | |
|---|---|---|
| committer | 2023-12-26 19:39:06 -0500 | |
| commit | fa197fe27b8a03bbf4504476f842956ece2c76c9 (patch) | |
| tree | 5a75b92e4c731a4b2ced68eadb9581a8c922d82e /pyproject.toml | |
Import Upstream version 1.2upstream/1.2
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..1e3acd2 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools>=50.3.0", "wheel"] +build-backend = "setuptools.build_meta:__legacy__" |
