diff options
author | Dave Cottlehuber <dch@FreeBSD.org> | 2025-05-21 14:46:29 +0000 |
---|---|---|
committer | Dave Cottlehuber <dch@FreeBSD.org> | 2025-05-21 14:48:37 +0000 |
commit | e70ba49f6c0acfac90e0b822a6a0d908700d06c3 (patch) | |
tree | 1e6966bab814e4be90b9d68d87c114042f1fec2e /misc/py-aider-chat/files/patch-pyproject.toml | |
parent | databases/couchdb3: update to 3.5.0 (diff) |
misc/py-aider-chat: update to 0.82.2
- ChangeLog https://aider.chat/HISTORY.html#aider-v0822
Diffstat (limited to 'misc/py-aider-chat/files/patch-pyproject.toml')
-rw-r--r-- | misc/py-aider-chat/files/patch-pyproject.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/py-aider-chat/files/patch-pyproject.toml b/misc/py-aider-chat/files/patch-pyproject.toml index 2c261ee0ce98..c6b5ebe68b8c 100644 --- a/misc/py-aider-chat/files/patch-pyproject.toml +++ b/misc/py-aider-chat/files/patch-pyproject.toml @@ -1,7 +1,7 @@ ---- pyproject.toml.orig 2024-09-09 09:50:15 UTC +--- pyproject.toml.orig 2025-04-14 23:24:32 UTC +++ pyproject.toml -@@ -62,7 +62,7 @@ include = ["aider*", "aider.website"] - ] +@@ -41,7 +41,7 @@ include = ["aider"] + include = ["aider"] [build-system] -requires = ["setuptools>=68", "setuptools_scm[toml]>=8"] |