https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 54683945fc5a636bab7e0696925cd33fbd58acda authored by Bryna Hazelton on 13 January 2022, 02:08:50 UTC, committed by Bryna Hazelton on 15 January 2022, 00:56:52 UTC
1 parent 8ead33c
Raw File
Tip revision: 54683945fc5a636bab7e0696925cd33fbd58acda authored by Bryna Hazelton on 13 January 2022, 02:08:50 UTC
Update the changelog
Tip revision: 5468394
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