Skip to content

Commit f886426

Browse files
committed
docs: Remove negative thin space from LaTeX equation in README.
1 parent 33fdbdc commit f886426

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[build-system]
2-
requires = ["setuptools>=69", "wheel"]
2+
requires = ["setuptools>=69", "setuptools_scm[toml]>=6.2", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "quantumhall_matrixelements"
7-
version = "0.1.0"
87
description = "Landau-level plane-wave form factors and exchange kernels for quantum Hall systems."
98
readme = "README.md"
109
authors = [
@@ -28,6 +27,8 @@ dependencies = [
2827
"hankel>=1.2"
2928
]
3029

30+
dynamic = ["version"]
31+
3132
[project.optional-dependencies]
3233
dev = [
3334
"pytest>=8.0",
@@ -42,6 +43,11 @@ dev = [
4243
Homepage = "https://github.com/wolft/quantumhall_matrixelements"
4344
Issues = "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]
4652
where = ["src"]
4753

@@ -66,4 +72,3 @@ ignore_missing_imports = true
6672
[tool.coverage.run]
6773
branch = true
6874
source = ["quantumhall_matrixelements"]
69-

0 commit comments

Comments
 (0)