casacore / python-casacore

Python bindings for casacore, a library used in radio astronomy
http://casacore.github.io/python-casacore
GNU Lesser General Public License v3.0
35 stars 22 forks source link

Use setuptools scm #266

Closed gmloose closed 5 months ago

gmloose commented 5 months ago

Use setuptools_scm to automate versioning. This avoids the risk of forgetting to manually update the version information, e.g., when creating a new release.

gmloose commented 5 months ago

I'm happy to rebase it on the current master, but probably need to force push then.

aroffringa commented 5 months ago

I'm happy to rebase it on the current master, but probably need to force push then.

Not sure for casacore, but for the other repos that's what we basically always do.

gmloose commented 5 months ago

Rebased to master. May need another review. Since @tammojan is away for a few weeks, maybe @aroffringa can have a look instead.