mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
Added files and directories to the package_data, excluding the website/_posts subdirectory.
This commit is contained in:
parent
4030fdb574
commit
fceaa0504c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -19,7 +19,7 @@ setup(
|
|||
include_package_data=True,
|
||||
package_data={
|
||||
"aider": ["queries/*"],
|
||||
"": ["website/**/*.md"],
|
||||
"": ["website/**/*", "!website/_posts/**/*"],
|
||||
},
|
||||
install_requires=requirements,
|
||||
python_requires=">=3.9,<3.13",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue