mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-25 05:55:01 +00:00
Switch to MANIFEST.in to exclude aider/website/assets/ and other from whl build file
This commit is contained in:
parent
d298f864fa
commit
dece2193fc
3 changed files with 9 additions and 7 deletions
|
@ -44,10 +44,6 @@ include-package-data = true
|
|||
[tool.setuptools.packages.find]
|
||||
include = ["aider"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
"aider" = ["queries/*.scm"]
|
||||
"aider.website" = ["**/*.md"]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=68", "setuptools_scm[toml]>=8"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue