https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f530e8085f2e1f124325bad82143004c4b7e4afd authored by Steven Murray on 19 December 2019, 16:22:34 UTC, committed by Bryna Hazelton on 13 February 2020, 08:30:39 UTC
1 parent 501d87f
Raw File
Tip revision: f530e8085f2e1f124325bad82143004c4b7e4afd authored by Steven Murray on 19 December 2019, 16:22:34 UTC
Try a non-inplace install
Tip revision: f530e80
MANIFEST.in
include *.md
include LICENSE
include pyuvdata/VERSION
include pyuvdata/GIT_INFO
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