@@ -73,16 +73,16 @@ develop = [
7373[project .scripts ]
7474
7575[project .urls ]
76- Repository = " https://github.com/Southampton-RSG/teaching-time-tool "
77- Homepage = " https://github.com/Southampton-RSG/teaching-time-tool "
76+ Repository = " https://github.com/Southampton-RSG/physics-workload "
77+ Homepage = " https://github.com/Southampton-RSG/physics-workload "
7878
7979[tool .bumpversion ]
8080current_version = " 0.1.0"
8181commit = true
8282tag = true
8383
8484[[tool .bumpversion .files ]]
85- filename = " teaching_time_tool /__init__.py"
85+ filename = " src /__init__.py"
8686search = ' __version__ = "{current_version}"'
8787replace = ' __version__ = "{new_version}"'
8888
@@ -96,12 +96,13 @@ ignore = [
9696 " .copier-answers.yaml" ,
9797 " Makefile" ,
9898 " docs/**/*" ,
99+ " .idea" ,
99100]
100101
101102[tool .coverage .run ]
102103branch = true
103104omit = [
104- " teaching_time_tool /tests/integration/" ,
105+ " src /tests/integration/" ,
105106]
106107[tool .coverage .report ]
107108exclude_also = [
@@ -119,16 +120,16 @@ artifacts = []
119120src = " /"
120121
121122[tool .hatch .build .targets .sdist ]
122- packages = [" teaching_time_tool " ]
123+ packages = [" src " ]
123124
124125[tool .hatch .build .targets .wheel ]
125- packages = [" teaching_time_tool " ]
126+ packages = [" src " ]
126127
127128[tool .hatch .build .targets .wheel .shared-data ]
128129
129130[tool .pytest .ini_options ]
130131addopts = [" -vvv" , " --junitxml=junit.xml" ]
131- testpaths = " teaching_time_tool /tests"
132+ testpaths = " src /tests"
132133
133134[tool .ruff ]
134135line-length = 150
@@ -138,8 +139,8 @@ extend-select = ["I"]
138139
139140[tool .ruff .lint .isort ]
140141combine-as-imports = true
141- default-section = " third -party"
142- known-first-party = [" teaching_time_tool " ]
142+ default-section = " src -party"
143+ known-first-party = [" src " ]
143144section-order = [" future" , " standard-library" , " third-party" , " first-party" , " local-folder" ]
144145
145146[tool .ruff .lint .per-file-ignores ]
@@ -154,9 +155,3 @@ use-autoapi = true
154155
155156[tool .uv .sources ]
156157physics-workload = { workspace = true }
157-
158- [dependency-groups ]
159- dev = [
160- " physics-workload" ,
161- ]
162-
0 commit comments