https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision fea2368d4217a25931a58845099aa41f7f8220bb authored by Adam Lanman on 24 September 2018, 21:50:17 UTC, committed by Bryna Hazelton on 25 September 2018, 17:52:50 UTC
1 parent 5ef7056
Raw File
Tip revision: fea2368d4217a25931a58845099aa41f7f8220bb authored by Adam Lanman on 24 September 2018, 21:50:17 UTC
Adjust antenna positions in test file to trigger specific test case
Tip revision: fea2368
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