Skip to content

Parse version from version.py don't import

It's simpler to parse the version number from ligo.gracedb.version, rather than importing, so that six isn't required on the build machine before building, and so that existing installations of ligo-gracedb don't get in the way. Importing in setup.py has also been seen to confuse some coverage parsers, and other profiling tools.

Merge request reports