Add pyproject.toml
This commit is contained in:
14
pyproject.toml
Normal file
14
pyproject.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[project]
|
||||
name = "filemoon-extractor"
|
||||
version = "1"
|
||||
dependencies = [
|
||||
"pycryptodome",
|
||||
"yt-dlp"
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.distutils.bdist_wheel]
|
||||
universal = true
|
||||
Reference in New Issue
Block a user