This commit is contained in:
2026-01-10 20:43:58 -08:00
parent 5f0d447dec
commit f645c6a573
2 changed files with 49 additions and 19 deletions

View File

@@ -113,10 +113,25 @@ Repository = "https://github.com/yourusername/medeia-macina.git"
Issues = "https://github.com/yourusername/medeia-macina/issues"
[tool.setuptools]
packages = [
"scripts",
"cmdlet",
"cmdnat",
"API",
"Store",
"ProviderCore",
"Provider",
"SYS",
"tool",
"TUI",
"MPV",
"hydrusnetwork",
]
package-dir = {"" = ".."}
[tool.setuptools.package-data]
scripts = ["*.py"]
[tool.setuptools.packages.find]
where = [".."]
exclude = ["tests*", "docs*"]
[tool.black]
line-length = 100