mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +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
|
@ -1,10 +1,14 @@
|
||||||
|
# This needs to sync with aider/help_pats.py
|
||||||
|
|
||||||
|
global-exclude .DS_Store
|
||||||
recursive-exclude aider/website/examples *
|
recursive-exclude aider/website/examples *
|
||||||
recursive-exclude aider/website/_posts *
|
recursive-exclude aider/website/_posts *
|
||||||
exclude **/OLD/**
|
|
||||||
exclude aider/website/HISTORY.md
|
exclude aider/website/HISTORY.md
|
||||||
exclude aider/website/docs/benchmarks*.md
|
exclude aider/website/docs/benchmarks*.md
|
||||||
exclude aider/website/docs/ctags.md
|
exclude aider/website/docs/ctags.md
|
||||||
exclude aider/website/docs/unified-diffs.md
|
exclude aider/website/docs/unified-diffs.md
|
||||||
exclude aider/website/docs/leaderboards/index.md
|
exclude aider/website/docs/leaderboards/index.md
|
||||||
recursive-exclude aider/website/assets *
|
recursive-exclude aider/website/assets *
|
||||||
global-exclude .DS_Store
|
recursive-exclude aider/website *.js
|
||||||
|
recursive-exclude aider/website *.html
|
||||||
|
recursive-exclude aider/website *.yml
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
|
# This needs to sync with MANIFEST.in
|
||||||
|
|
||||||
exclude_website_pats = [
|
exclude_website_pats = [
|
||||||
|
"**/.DS_Store",
|
||||||
"examples/**",
|
"examples/**",
|
||||||
"_posts/**",
|
"_posts/**",
|
||||||
"HISTORY.md",
|
"HISTORY.md",
|
||||||
|
@ -7,5 +10,4 @@ exclude_website_pats = [
|
||||||
"docs/unified-diffs.md",
|
"docs/unified-diffs.md",
|
||||||
"docs/leaderboards/index.md",
|
"docs/leaderboards/index.md",
|
||||||
"assets/**",
|
"assets/**",
|
||||||
"**/.DS_Store",
|
|
||||||
]
|
]
|
||||||
|
|
|
@ -44,10 +44,6 @@ include-package-data = true
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
include = ["aider"]
|
include = ["aider"]
|
||||||
|
|
||||||
[tool.setuptools.package-data]
|
|
||||||
"aider" = ["queries/*.scm"]
|
|
||||||
"aider.website" = ["**/*.md"]
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools>=68", "setuptools_scm[toml]>=8"]
|
requires = ["setuptools>=68", "setuptools_scm[toml]>=8"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue