Skip to content

Commit c4cfffd

Browse files
committed
feature: rename project build to workpulse
1 parent 1e9a7ef commit c4cfffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "worktracker"
6+
name = "workpulse"
77
version = "0.1.0"
88
description = "Track working time using systemd login information"
99
readme = "README.md"
@@ -13,7 +13,7 @@ dependencies = [
1313
"paho-mqtt>=2.0.0",
1414
]
1515
authors = [
16-
{name = "WorkTracker Contributors"}
16+
{name = "WorkPulse Contributors"}
1717
]
1818
classifiers = [
1919
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)