Skip to content

Commit fbe3042

Browse files
committed
change package name to demo
1 parent 1da2e3a commit fbe3042

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 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 = "uv-demo-project"
6+
name = "demo"
77
version = "0.2"
88
description = "This is a demo package"
99
readme = "README.md"
@@ -20,6 +20,3 @@ authors = [
2020
dev-dependencies = [
2121
"pytest>=8.3.4",
2222
]
23-
24-
[tool.hatch.build.targets.wheel]
25-
packages = ["src/demo"]

0 commit comments

Comments
 (0)