We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85332cb commit f067800Copy full SHA for f067800
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools >= 61.0"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
-name = "pymosa"
+name = "online_monitor"
7
dynamic = ["version"]
8
keywords = ['online monitor', 'real time', 'plots']
9
license = { "text" = "MIT License" }
@@ -46,7 +46,7 @@ plugin_online_monitor = 'online_monitor.plugin_online_monitor:main'
46
"Repository" = 'https://github.com/SiLab-Bonn/online_monitor'
47
48
[tool.setuptools.dynamic]
49
-version = {attr = "online_monitor.__version__"}
+version = {attr = "online_monitor.__init__.__version__"}
50
51
[tool.setuptools]
52
packages = ["online_monitor"]
0 commit comments