We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356c476 commit 33306c4Copy full SHA for 33306c4
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "diffct"
7
-version = "1.2.0"
+version = "1.2.1"
8
description = "A CUDA-based library for computed tomography (CT) projection and reconstruction with differentiable operators"
9
readme = "README.md"
10
authors = [
@@ -31,4 +31,10 @@ Homepage = "https://github.com/sypsyp97/diffct"
31
package-dir = {"" = "."}
32
33
[tool.setuptools.packages.find]
34
-where = ["."]
+where = ["."]
35
+
36
+[tool.hatch.envs.default]
37
+python = "python"
38
39
+[tool.hatch.envs.default.env-vars]
40
+PYTHONDONTWRITEBYTECODE = "1"
0 commit comments