mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03: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,4 +1,7 @@
|
|||
# This needs to sync with MANIFEST.in
|
||||
|
||||
exclude_website_pats = [
|
||||
"**/.DS_Store",
|
||||
"examples/**",
|
||||
"_posts/**",
|
||||
"HISTORY.md",
|
||||
|
@ -7,5 +10,4 @@ exclude_website_pats = [
|
|||
"docs/unified-diffs.md",
|
||||
"docs/leaderboards/index.md",
|
||||
"assets/**",
|
||||
"**/.DS_Store",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue