Skip to content

Commit f067800

Browse files
committed
fix: project name
1 parent 85332cb commit f067800

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"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "pymosa"
6+
name = "online_monitor"
77
dynamic = ["version"]
88
keywords = ['online monitor', 'real time', 'plots']
99
license = { "text" = "MIT License" }
@@ -46,7 +46,7 @@ plugin_online_monitor = 'online_monitor.plugin_online_monitor:main'
4646
"Repository" = 'https://github.com/SiLab-Bonn/online_monitor'
4747

4848
[tool.setuptools.dynamic]
49-
version = {attr = "online_monitor.__version__"}
49+
version = {attr = "online_monitor.__init__.__version__"}
5050

5151
[tool.setuptools]
5252
packages = ["online_monitor"]

0 commit comments

Comments
 (0)