summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorgarret <garret@airmail.cc>2023-05-08 15:24:46 +0100
committergarret <garret@airmail.cc>2023-05-08 15:24:46 +0100
commit8acbc78f7c2fce37ded08f2e01a3c8876fd02438 (patch)
tree19b23b5fc301770a03987d919bc5b034447208ac
parent6a55a95aaaa0fdbdaf6805498312331714a36f32 (diff)
downloadyt-dlp-rajiko-8acbc78f7c2fce37ded08f2e01a3c8876fd02438.tar.gz
yt-dlp-rajiko-8acbc78f7c2fce37ded08f2e01a3c8876fd02438.tar.bz2
yt-dlp-rajiko-8acbc78f7c2fce37ded08f2e01a3c8876fd02438.zip
package metadata stuffv0.1.0
-rw-r--r--pyproject.toml6
-rw-r--r--setup.cfg6
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: