Skip to content

Commit 33306c4

Browse files
committed
Bump version to 1.2.1 and add environment variables for hatchling configuration
1 parent 356c476 commit 33306c4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pyproject.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "diffct"
7-
version = "1.2.0"
7+
version = "1.2.1"
88
description = "A CUDA-based library for computed tomography (CT) projection and reconstruction with differentiable operators"
99
readme = "README.md"
1010
authors = [
@@ -31,4 +31,10 @@ Homepage = "https://github.com/sypsyp97/diffct"
3131
package-dir = {"" = "."}
3232

3333
[tool.setuptools.packages.find]
34-
where = ["."]
34+
where = ["."]
35+
36+
[tool.hatch.envs.default]
37+
python = "python"
38+
39+
[tool.hatch.envs.default.env-vars]
40+
PYTHONDONTWRITEBYTECODE = "1"

0 commit comments

Comments
 (0)