diff options
author | garret <garret@airmail.cc> | 2023-05-08 15:24:46 +0100 |
---|---|---|
committer | garret <garret@airmail.cc> | 2023-05-08 15:24:46 +0100 |
commit | 8acbc78f7c2fce37ded08f2e01a3c8876fd02438 (patch) | |
tree | 19b23b5fc301770a03987d919bc5b034447208ac /pyproject.toml | |
parent | 6a55a95aaaa0fdbdaf6805498312331714a36f32 (diff) | |
download | yt-dlp-rajiko-8acbc78f7c2fce37ded08f2e01a3c8876fd02438.tar.gz yt-dlp-rajiko-8acbc78f7c2fce37ded08f2e01a3c8876fd02438.tar.bz2 yt-dlp-rajiko-8acbc78f7c2fce37ded08f2e01a3c8876fd02438.zip |
package metadata stuffv0.1.0
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..97057d9 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,6 @@ +[build-system] +requires = ["setuptools"] +build-backend = "setuptools.build_meta" + +[tool.distutils.bdist_wheel] +universal = true |