https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1ade616ffad46c03905274b1b397408cee1825b7 authored by Matthew Kolopanis on 15 January 2020, 17:23:58 UTC, committed by Paul La Plante on 15 January 2020, 18:54:22 UTC
1 parent 53ecf27
Raw File
Tip revision: 1ade616ffad46c03905274b1b397408cee1825b7 authored by Matthew Kolopanis on 15 January 2020, 17:23:58 UTC
conda_install.sh: update ncurses from conda-forge if OS is macos-latest
Tip revision: 1ade616
MANIFEST.in
include *.md
include LICENSE
include pyuvdata/VERSION
include pyuvdata/GIT_INFO
include *.bib
include pyuvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top