File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=69" , " wheel" ]
2+ requires = [" setuptools>=69" , " setuptools_scm[toml]>=6.2 " , " wheel" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
66name = " quantumhall_matrixelements"
7- version = " 0.1.0"
87description = " Landau-level plane-wave form factors and exchange kernels for quantum Hall systems."
98readme = " README.md"
109authors = [
@@ -28,6 +27,8 @@ dependencies = [
2827 " hankel>=1.2"
2928]
3029
30+ dynamic = [" version" ]
31+
3132[project .optional-dependencies ]
3233dev = [
3334 " pytest>=8.0" ,
@@ -42,6 +43,11 @@ dev = [
4243Homepage = " https://github.com/wolft/quantumhall_matrixelements"
4344Issues = " https://github.com/wolft/quantumhall_matrixelements/issues"
4445
46+ [tool .setuptools_scm ]
47+ version_scheme = " guess-next-dev"
48+ local_scheme = " node-and-date"
49+ fallback_version = " 0.0"
50+
4551[tool .setuptools .packages .find ]
4652where = [" src" ]
4753
@@ -66,4 +72,3 @@ ignore_missing_imports = true
6672[tool .coverage .run ]
6773branch = true
6874source = [" quantumhall_matrixelements" ]
69-
You can’t perform that action at this time.
0 commit comments