diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-05-04 03:36:01 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-05-04 03:36:01 -0600 |
commit | af070051c1b9eafdd6e98d207f73c4793587c1f5 (patch) | |
tree | aab4b917f08c0b1ca1fbeb3115a12571b3c8b301 /pyproject.toml | |
parent | ee59b09650160e0c32415c2e0e0ea961af090caa (diff) |
Prepare barebones package info
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..e74c9ec --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,6 @@ +[build-system] +requires = [ + "setuptools>=42", + "wheel" +] +build-backend = "setuptools.build_meta" |