https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 99f4b2ee4eee2fd81a2ee032afb4456c3684e49d authored by Matthew Kolopanis on 14 May 2019, 18:16:42 UTC
update appveyor to pytests
Tip revision: 99f4b2e
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