mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
Removed commented-out sys.exit()
statement from setup.py
.
This commit is contained in:
parent
7db1c51919
commit
8256f611b4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -56,7 +56,7 @@ else:
|
||||||
|
|
||||||
print(requirements)
|
print(requirements)
|
||||||
|
|
||||||
# sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="aider-chat",
|
name="aider-chat",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue