Move server config to a config file

Currently this is "just" a LabThings config file.
This commit is contained in:
Richard Bowman 2024-08-09 01:51:11 +01:00
parent b7f9f6cbaf
commit e3e248c46e
4 changed files with 69 additions and 31 deletions

View file

@ -33,6 +33,9 @@ pi = [
"labthings-picamera2",
]
[project.scripts]
openflexure-microscope-server = "openflexure_microscope_server.server:serve_from_cli"
[project.urls]
"Homepage" = "https://openflexure.org/"