diff options
| author | whitequark <whitequark@whitequark.org> | 2021-11-05 14:44:19 +0000 |
|---|---|---|
| committer | whitequark <whitequark@whitequark.org> | 2021-11-05 14:45:11 +0000 |
| commit | bd7fdd379d8b28f8b542f251a11ca28297e8fd6f (patch) | |
| tree | 915bdc12cf9ecdb003bacc9db112a0fe5b7f859e | |
| parent | 6f46fe41134465d8ee7159ed4370ceade801b3f6 (diff) | |
Add PEP 518 `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..ceb5fc5 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["wheel", "setuptools", "setuptools_scm"] +build-backend = "setuptools.build_meta" |
