main #1

Merged
awendt merged 7 commits from jgrewe/minipyrelacs:main into main 2024-09-27 07:29:03 +00:00
Showing only changes of commit 8d616847f5 - Show all commits

View File

@ -14,6 +14,8 @@ numpy = "^2.1.1"
pyqt6 = "^6.7.1" pyqt6 = "^6.7.1"
tomli = "^2.0.1" tomli = "^2.0.1"
[tool.poetry.scripts]
pyrelacs = "pyrelacs.app:main"
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]