Skip to content

Commit 43193ba

Browse files
Make template project buildable
1 parent 5854d6f commit 43193ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "TODO-TEMPLATE"
6+
name = "proplib-template" # TODO-TEMPLATE update package name
77
dynamic = ["version"]
88
description = "TODO-TEMPLATE"
99
readme = "README.md"
@@ -42,7 +42,7 @@ tests = [
4242
dev = [
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]
6060
packages = ["src/ITS"]

0 commit comments

Comments
 (0)