https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 56c6ed8c9d1dd616b9666d47ffb99deae96f2ace authored by Bryna Hazelton on 05 April 2017, 21:58:41 UTC, committed by Bryna Hazelton on 14 April 2017, 19:14:20 UTC
1 parent f68dabf
Raw File
Tip revision: 56c6ed8c9d1dd616b9666d47ffb99deae96f2ace authored by Bryna Hazelton on 05 April 2017, 21:58:41 UTC
remove VERSION from top level directory
Tip revision: 56c6ed8
MANIFEST.in
include *.md
include LICENSE
include pyuvdata/VERSION
include pyuvdata/GIT_INFO
include *.bib
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
back to top