ome / omero-scripts

Core OMERO Scripts
https://pypi.org/project/omero-scripts/
12 stars 32 forks source link

Set proper version in setup.py #153

Closed joshmoore closed 5 years ago

joshmoore commented 5 years ago

As with https://github.com/ome/omero-py/pull/15, in order to use:

python setup.py --version

as the basis for build-infra's foreach-get-version the setup.py version will need to be kept in sync with git describe.

joshmoore commented 5 years ago

Merging proactively. Suggestions on how to simplify the synchronization welcome.