get_description() in setup.py returns a blank string
Closed this issue · 1 comments
andrewasheridan commented
Lines 30 to 37 in 3a38449
Calling get_description()
outputs ' '
Changing lines 35 & 36 to :
elif d_start is not None and L.startswith('##') is True:
return ' '.join(lines[d_start:cnt])
Changes the output to:
' This package collects together tools for radio astronomical interferometry. In addition to pure-python phasing, calibration, imaging, and deconvolution code, this package includes interfaces to MIRIAD (a Fortran interferometry package) and HEALPix (a package for representing spherical data sets). Instructions, documentation, and a FAQ may be found at [the aipy GitHub page](http://github.com/HERA-Team/aipy). '