Skip to content

Commit 9f162f5

Browse files
committed
Bringing to parity with most recent copier template example - not sure why it won't update
1 parent 2369d45 commit 9f162f5

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ develop = [
5858
"ruff",
5959
"twine",
6060
"uv",
61+
"wheel",
6162
"django-fastdev",
6263
"django-pycharm-breakpoint",
6364
]
@@ -72,6 +73,7 @@ Homepage = "https://github.com/Southampton-RSG/physics-workload"
7273
current_version = "0.1.0"
7374
commit = true
7475
tag = true
76+
commit_args = "-s"
7577

7678
[[tool.bumpversion.files]]
7779
filename = "physics_workload/__init__.py"
@@ -136,14 +138,11 @@ known-first-party = ["physics_workload", "app", "core", "users"]
136138
section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"]
137139

138140
[tool.ruff.lint.per-file-ignores]
139-
"__init__.py" = ["F401", "F403",]
141+
"__init__.py" = ["F401", "F403"]
140142
"*.py" = ["E731"]
141143

142144
[tool.yardang]
143145
title = "Teaching Time Tool"
144146
root = "README.md"
145147
pages = []
146-
use-autoapi = true
147-
148-
[tool.uv.sources]
149-
physics-workload = { workspace = true }
148+
use-autoapi = true

0 commit comments

Comments
 (0)