We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ede056 commit 5ce2c07Copy full SHA for 5ce2c07
2 files changed
.gitignore
@@ -11,3 +11,5 @@ __pycache__/
11
**/.coverage
12
13
gtwrap/matlab_wrapper/matlab_wrapper.tpl
14
+
15
+.python-version
pyproject.toml
@@ -45,6 +45,5 @@ build-backend = "hatchling.build"
45
addopts = "--cov=gtwrap --cov-report html --cov-report term"
46
norecursedirs = []
47
48
-
49
[tool.uv.build-backend]
50
module-name = "gtwrap"
0 commit comments