diff options
| author | Ben Winston | 2022-03-30 23:55:24 -0400 |
|---|---|---|
| committer | Ben Winston | 2022-03-30 23:55:24 -0400 |
| commit | 763f45b98114e0c3d136a11f84b14730688432c1 (patch) | |
| tree | 1e4be3cb49ebd1b0f59e287a698c37b7560e5768 /pyproject.toml | |
| parent | 8bfa376bb5570738214f2b009e15df1938370998 (diff) | |
initial commit of setup file to build to PyPI
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..62df2b0 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools>=43.0.0", "wheel"] +build-backend = "setuptools.build_meta" |
