Skip to content

Use versioneer for git versioning

Duncan Macleod requested to merge github/fork/duncanmmacleod/setuputils into master

This PR changes the GWpy build to use versioneer. This allows a much cleaner setup.py.

I have also removed the __version__ metadata setting in all modules except the top-level __init__.py.

Merge request reports