Fix distribution version error in metadata
This commit is contained in:
parent
764683977c
commit
49d677a56b
1 changed files with 2 additions and 2 deletions
|
|
@ -248,9 +248,9 @@ class Microscope:
|
|||
|
||||
current_configuration = {
|
||||
"application": {
|
||||
"name": "openflexure_microscope",
|
||||
"name": "openflexure-microscope-server",
|
||||
"version": pkg_resources.get_distribution(
|
||||
"openflexure_microscope"
|
||||
"openflexure-microscope-server"
|
||||
).version,
|
||||
},
|
||||
"stage": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue