diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2023-01-03 10:39:21 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2023-01-03 11:25:01 +0530 |
commit | e9df3d42c48428a41b98fcfd065f89a6c12c7149 (patch) | |
tree | 59f7527f7f2db75811f60882cd7c32a247a08a1a /pyproject.toml | |
parent | d80ca5deaa46db6e498399bb04a72a4c10ee8e22 (diff) | |
download | hypervideo-pre-e9df3d42c48428a41b98fcfd065f89a6c12c7149.tar.lz hypervideo-pre-e9df3d42c48428a41b98fcfd065f89a6c12c7149.tar.xz hypervideo-pre-e9df3d42c48428a41b98fcfd065f89a6c12c7149.zip |
[build] Add minimal `pyproject.toml`
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 000000000..75e0100fe --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ['setuptools'] +build-backend = 'setuptools.build_meta' |