mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
feat: Add include-package-data to pyproject.toml
This commit is contained in:
parent
f7f305a564
commit
ff37d8c691
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ help = { file = "requirements/requirements-help.txt" }
|
|||
browser = { file = "requirements/requirements-browser.txt" }
|
||||
playwright = { file = "requirements/requirements-playwright.txt" }
|
||||
|
||||
[tool.setuptools]
|
||||
include-package-data = true
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["aider*", "aider.website"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue