mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
Added a note explaining that the 'build' directory is populated when running commands like 'python setup.py sdist bdist_wheel' to build distribution packages.
This commit is contained in:
parent
e6e581f5cd
commit
644412bd8c
1 changed files with 4 additions and 0 deletions
4
setup.py
4
setup.py
|
@ -20,6 +20,10 @@ print("Discovered packages:", packages)
|
|||
package_data = {"aider": ["queries/*"]}
|
||||
print("Package data:", package_data)
|
||||
|
||||
# Note: The 'build' directory is populated when running commands like
|
||||
# 'python setup.py sdist bdist_wheel', which use this setup() configuration
|
||||
# to build distribution packages.
|
||||
|
||||
setup(
|
||||
name="aider-chat",
|
||||
version=__version__,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue