https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 570e2689c9ab8baadd7397000ae96ca1e5818f78 authored by Bryna Hazelton on 03 December 2020, 22:08:31 UTC, committed by Matthew Kolopanis on 04 December 2020, 16:28:38 UTC
1 parent f741501
Raw File
Tip revision: 570e2689c9ab8baadd7397000ae96ca1e5818f78 authored by Bryna Hazelton on 03 December 2020, 22:08:31 UTC
try to fix conflict in hera_qm conda environment
Tip revision: 570e268
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