https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision cc2f6e1c472faa86689ad3bf59664ccf25eb0ede authored by PyxieLouStar on 28 August 2020, 04:41:30 UTC, committed by Bryna Hazelton on 28 August 2020, 20:51:54 UTC
1 parent 459fe95
Raw File
Tip revision: cc2f6e1c472faa86689ad3bf59664ccf25eb0ede authored by PyxieLouStar on 28 August 2020, 04:41:30 UTC
update changelog
Tip revision: cc2f6e1
MANIFEST.in
include *.md
include LICENSE
include *.bib
include pyuvdata/uvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
recursive-include pyuvdata/*.py
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top