https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 59ccf94c4c0f96d0a3f2a17de5a798c0ed5e1f6b authored by Bryna Hazelton on 19 December 2019, 19:12:51 UTC, committed by Bryna Hazelton on 20 December 2019, 00:09:47 UTC
1 parent a91f593
Raw File
Tip revision: 59ccf94c4c0f96d0a3f2a17de5a798c0ed5e1f6b authored by Bryna Hazelton on 19 December 2019, 19:12:51 UTC
address review comments
Tip revision: 59ccf94
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