mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
undo setup.py changes
This commit is contained in:
parent
af48cc3e4c
commit
dcc542f7ef
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
@ -15,11 +15,10 @@ with open("README.md", "r", encoding="utf-8") as f:
|
||||||
setup(
|
setup(
|
||||||
name="aider-chat",
|
name="aider-chat",
|
||||||
version=__version__,
|
version=__version__,
|
||||||
packages=find_packages() + ['website'],
|
packages=find_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
package_data={
|
package_data={
|
||||||
"aider": ["queries/*"],
|
"aider": ["queries/*"],
|
||||||
"": ["website/**/*", "!website/_posts/**/*"],
|
|
||||||
},
|
},
|
||||||
install_requires=requirements,
|
install_requires=requirements,
|
||||||
python_requires=">=3.9,<3.13",
|
python_requires=">=3.9,<3.13",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue