diff options
author | Louie S <louie@example.com> | 2023-09-16 09:36:14 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-09-16 09:36:14 -0400 |
commit | 604b485fab100785c4def10dc7242e6408e1f1c6 (patch) | |
tree | 916831dbe3e06c5165369e8bd0193753bba3274a /pyproject.toml | |
parent | fe34cdaa6bd0efdc605ae89c96d7075645eaa5fd (diff) |
Create project using setuptools
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..9787c3b --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools", "wheel"] +build-backend = "setuptools.build_meta" |