Switch to MANIFEST.in to exclude aider/website/assets/ and other from whl build file

This commit is contained in:
Paul Gauthier 2024-12-16 12:07:02 -08:00
parent d298f864fa
commit dece2193fc
3 changed files with 9 additions and 7 deletions

View file

@ -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",
]