DIAGNijmegen / rse-panimg

Conversion of medical images to MHA and TIFF.
Apache License 2.0
13 stars 5 forks source link

CI Standardisation #65

Closed jmsmkn closed 2 years ago

jmsmkn commented 2 years ago

I am standardising the release process for all of our pypi packages, not many changes here as this is how I want to manage our releases. The only change is that __version__ is removed. This is not necessary as the relevant PEP was rejected (https://www.python.org/dev/peps/pep-0396/). Using importlib.metadata is the way to do it.