f
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user