Updated distribution name in version finder
This commit is contained in:
parent
6c3274499a
commit
02a9629faa
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ app, labthing = create_app(
|
||||||
title=f"OpenFlexure Microscope {api_microscope.name}",
|
title=f"OpenFlexure Microscope {api_microscope.name}",
|
||||||
description="Test LabThing-based API for OpenFlexure Microscope",
|
description="Test LabThing-based API for OpenFlexure Microscope",
|
||||||
types=["org.openflexure.microscope"],
|
types=["org.openflexure.microscope"],
|
||||||
version=pkg_resources.get_distribution("openflexure_microscope").version,
|
version=pkg_resources.get_distribution("openflexure-microscope-server").version,
|
||||||
flask_kwargs={"static_url_path": "", "static_folder": "static/dist"},
|
flask_kwargs={"static_url_path": "", "static_folder": "static/dist"},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue