Skip to content
  • Duncan Macleod's avatar
    setup.py: parse version from version.py don't import · ab32741c
    Duncan Macleod authored
    its 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. importing in setup.py has also been seen to confuse some coverage parsers, and other profiling tools.
    ab32741c