https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 7dd556bdbb0ea8dba85db8d880e74083506b14eb authored by Bryna Hazelton on 05 December 2020, 00:01:19 UTC, committed by Bryna Hazelton on 09 December 2020, 18:51:36 UTC
1 parent bc37474
Raw File
Tip revision: 7dd556bdbb0ea8dba85db8d880e74083506b14eb authored by Bryna Hazelton on 05 December 2020, 00:01:19 UTC
fix bug for not in place
Tip revision: 7dd556b
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