https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1302bb78bcc14fe67149205f6a66cc63b259c47a authored by Paul La Plante on 11 October 2018, 15:42:11 UTC, committed by Paul La Plante on 11 October 2018, 18:22:25 UTC
1 parent bc517f1
Raw File
Tip revision: 1302bb78bcc14fe67149205f6a66cc63b259c47a authored by Paul La Plante on 11 October 2018, 15:42:11 UTC
Get old tests to pass again
Tip revision: 1302bb7
MANIFEST.in
include *.md
include LICENSE
include pyuvdata/VERSION
include pyuvdata/GIT_INFO
include *.bib
include pyuvdata/src/*
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