Skip to content

Commit 5b2d417

Browse files
committed
Update pyproject.toml
1 parent ff4d314 commit 5b2d417

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
22
name = "bicfit"
33
description = "General purpose exponential function fitting"
4-
dynamic = ["version"]
54
keywords = ["fit", "numerics"]
65
authors = [
76
{name = "Adrien Bocquet", email = "adrienbocquet38@gmail.com"},
87
]
8+
dynamic = ["version"]
99
readme = "README.md"
1010
license = { file = "LICENSE" }
1111

@@ -17,8 +17,8 @@ dependencies = [
1717
]
1818

1919
[build-system]
20-
requires = ["uv_build >= 0.8.17, <0.9.0"]
21-
build-backend = "uv_build"
20+
requires = ["flit_core >=3.2,<4"]
21+
build-backend = "flit_core.buildapi"
2222

2323
[dependency-groups]
2424
dev = [

0 commit comments

Comments
 (0)