diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-03 22:54:33 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-03 22:54:33 +0300 |
commit | 6d255cc2800b87165101a9c51d2216ad35e4fe03 (patch) | |
tree | 66207216a3de0dd6b5f67bad5923384658a2d41c /pyproject.toml | |
parent | .ci: rename test scripts (diff) | |
download | vk-scripts-6d255cc2800b87165101a9c51d2216ad35e4fe03.tar.gz vk-scripts-6d255cc2800b87165101a9c51d2216ad35e4fe03.zip |
add packaging metadata
Diffstat (limited to '')
-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" |