We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff4d314 commit 5b2d417Copy full SHA for 5b2d417
pyproject.toml
@@ -1,11 +1,11 @@
1
[project]
2
name = "bicfit"
3
description = "General purpose exponential function fitting"
4
-dynamic = ["version"]
5
keywords = ["fit", "numerics"]
6
authors = [
7
{name = "Adrien Bocquet", email = "adrienbocquet38@gmail.com"},
8
]
+dynamic = ["version"]
9
readme = "README.md"
10
license = { file = "LICENSE" }
11
@@ -17,8 +17,8 @@ dependencies = [
17
18
19
[build-system]
20
-requires = ["uv_build >= 0.8.17, <0.9.0"]
21
-build-backend = "uv_build"
+requires = ["flit_core >=3.2,<4"]
+build-backend = "flit_core.buildapi"
22
23
[dependency-groups]
24
dev = [
0 commit comments