Skip to content

Commit

Permalink
package metadata stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
garret1317 committed May 8, 2023
1 parent 6a55a95 commit 8acbc78
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.distutils.bdist_wheel]
universal = true
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[metadata]
name = yt-dlp-rajiko
version = 0.1.0

[options]
packages = find_namespace:

0 comments on commit 8acbc78

Please sign in to comment.