mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-24 05:24:59 +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/_posts *
|
||||
exclude **/OLD/**
|
||||
exclude aider/website/HISTORY.md
|
||||
exclude aider/website/docs/benchmarks*.md
|
||||
exclude aider/website/docs/ctags.md
|
||||
exclude aider/website/docs/unified-diffs.md
|
||||
exclude aider/website/docs/leaderboards/index.md
|
||||
recursive-exclude aider/website/assets *
|
||||
global-exclude .DS_Store
|
||||
recursive-exclude aider/website *.js
|
||||
recursive-exclude aider/website *.html
|
||||
recursive-exclude aider/website *.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue