mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 13:25:00 +00:00
moved website/ -> aider/website/
This commit is contained in:
parent
eb80b32915
commit
22a494bb59
155 changed files with 9 additions and 9 deletions
6
setup.py
6
setup.py
|
@ -14,7 +14,7 @@ with open("README.md", "r", encoding="utf-8") as f:
|
|||
# long_description = re.sub(r"\n- \[.*\]\(.*\)", "", long_description)
|
||||
|
||||
# Debug: Print discovered packages
|
||||
packages = find_packages(exclude=["benchmark"]) + ["website"]
|
||||
packages = find_packages(exclude=["benchmark"]) + ["aider.website"]
|
||||
print("Discovered packages:", packages)
|
||||
|
||||
# Note: The 'build' directory is populated when running commands like
|
||||
|
@ -28,9 +28,9 @@ setup(
|
|||
include_package_data=True,
|
||||
package_data={
|
||||
"aider": ["queries/*.scm"],
|
||||
"website": ["**/*.md"],
|
||||
"aider.website": ["**/*.md"],
|
||||
},
|
||||
exclude_package_data={"website": exclude_website_pats},
|
||||
exclude_package_data={"aider.website": exclude_website_pats},
|
||||
install_requires=requirements,
|
||||
python_requires=">=3.9,<3.13",
|
||||
entry_points={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue