Skip to content

Commit 15369a1

Browse files
committed
switch build-system to uv and pin versions
1 parent 106aaae commit 15369a1

2 files changed

Lines changed: 3300 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
[build-system]
2-
requires = ["setuptools>=68"]
3-
build-backend = "setuptools.build_meta"
4-
51
[project]
62
name = "hackingBuddyGPT"
73
# original author was Andreas Happe, for an up-to-date list see
@@ -53,6 +49,10 @@ Documentation = "https://docs.hackingbuddy.ai"
5349
Repository = "https://github.com/ipa-lab/hackingBuddyGPT"
5450
"Bug Tracker" = "https://github.com/ipa-lab/hackingBuddyGPT/issues"
5551

52+
[build-system]
53+
requires = ["uv_build>=0.8.16,<0.9.0"]
54+
build-backend = "uv_build"
55+
5656
[tool.setuptools.packages.find]
5757
where = ["src"]
5858

0 commit comments

Comments
 (0)