File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["hatchling"]
33build-backend = " hatchling.build"
44
55[project ]
6- name = " TODO-TEMPLATE"
6+ name = " proplib-template " # TODO-TEMPLATE update package name
77dynamic = [" version" ]
88description = " TODO-TEMPLATE"
99readme = " README.md"
@@ -42,7 +42,7 @@ tests = [
4242dev = [
4343 " hatchling>=1.25.0,<2.0" ,
4444 " pre-commit>=4.0.1,<5.0" ,
45- " proplib_template [tests]" , # TODO-TEMPLATE set to this package
45+ " proplib-template [tests]" , # TODO-TEMPLATE set to this package
4646]
4747
4848[project .urls ]
@@ -54,7 +54,7 @@ dev = [
5454
5555[tool .hatch .version ]
5656# TODO-TEMPLATE: Set to this package's `__init__.py`
57- path = " src/ITS/... /__init__.py"
57+ path = " src/ITS/PropLibTemplate /__init__.py"
5858
5959[tool .hatch .build .targets .wheel ]
6060packages = [" src/ITS" ]
You can’t perform that action at this time.
0 commit comments