We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9a7ef commit c4cfffdCopy full SHA for c4cfffd
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0", "wheel"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
-name = "worktracker"
+name = "workpulse"
7
version = "0.1.0"
8
description = "Track working time using systemd login information"
9
readme = "README.md"
@@ -13,7 +13,7 @@ dependencies = [
13
"paho-mqtt>=2.0.0",
14
]
15
authors = [
16
- {name = "WorkTracker Contributors"}
+ {name = "WorkPulse Contributors"}
17
18
classifiers = [
19
"Development Status :: 3 - Alpha",
0 commit comments