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 | |
parent | 6a55a95aaaa0fdbdaf6805498312331714a36f32 (diff) | |
download | yt-dlp-rajiko-0.1.0.tar.gz yt-dlp-rajiko-0.1.0.tar.bz2 yt-dlp-rajiko-0.1.0.zip |
package metadata stuffv0.1.0
-rw-r--r-- | pyproject.toml | 6 | ||||
-rw-r--r-- | setup.cfg | 6 |
2 files changed, 12 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 diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..a40104d --- /dev/null +++ b/setup.cfg @@ -0,0 +1,6 @@ +[metadata] +name = yt-dlp-rajiko +version = 0.1.0 + +[options] +packages = find_namespace: |