https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 381961f125c6e0002243bae007bbd9efd3088b2a authored by Aaron Parsons on 14 October 2020, 18:30:42 UTC, committed by Paul La Plante on 23 October 2020, 18:53:50 UTC
1 parent 71b9cc2
Raw File
Tip revision: 381961f125c6e0002243bae007bbd9efd3088b2a authored by Aaron Parsons on 14 October 2020, 18:30:42 UTC
Updated Changelog
Tip revision: 381961f
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