diff options
author | rgraef <romangraef@gmail.com> | 2021-04-22 14:37:17 +0200 |
---|---|---|
committer | rgraef <romangraef@gmail.com> | 2021-04-22 14:37:17 +0200 |
commit | bd6a6335ef9b3487ba526ddfe02b36c2f23af273 (patch) | |
tree | 54f6d147b6b6922c6f4df6a136530cda1da4007f /pyproject.toml | |
parent | 7d56930630e75ddd26c28de4276bfe8482cbb075 (diff) | |
download | txtgameengine-bd6a6335ef9b3487ba526ddfe02b36c2f23af273.tar.gz txtgameengine-bd6a6335ef9b3487ba526ddfe02b36c2f23af273.tar.bz2 txtgameengine-bd6a6335ef9b3487ba526ddfe02b36c2f23af273.zip |
package
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..a9d29f6 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools", "wheels"] +build-backend = "setuptools.build_meta" |