diku-dk / bfast

GPU Implementation for BFAST
GNU General Public License v3.0
37 stars 17 forks source link

Fixed bug in setup.py caused by package import #49

Closed gchqdev227 closed 1 year ago

gchqdev227 commented 1 year ago

Replaced explicit import of bfast from in setup.py with a new get_version function which uses ast to extract the version instead. This should fix #37.

nhey commented 1 year ago

@coancea If you grant me write access to this repository, I can keep an eye on it and merge minor contributions like this.

gchqdev227 commented 1 year ago

Hi, have there been any updates on whether this can be merged please, or if anything needs to be altered first?