mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 22:04:59 +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(
|
||||
name="aider-chat",
|
||||
version=__version__,
|
||||
packages=find_packages() + ['website'],
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
package_data={
|
||||
"aider": ["queries/*"],
|
||||
"": ["website/**/*", "!website/_posts/**/*"],
|
||||
},
|
||||
install_requires=requirements,
|
||||
python_requires=">=3.9,<3.13",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue