Move server config to a config file
Currently this is "just" a LabThings config file.
This commit is contained in:
parent
b7f9f6cbaf
commit
e3e248c46e
4 changed files with 69 additions and 31 deletions
|
|
@ -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/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue