https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6b66dcc9b95bec6a0faf7e31279caf78b2b4d3b7 authored by Matthew Kolopanis on 16 January 2020, 20:43:47 UTC, committed by Bryna Hazelton on 13 February 2020, 08:30:39 UTC
1 parent aad9baf
Raw File
Tip revision: 6b66dcc9b95bec6a0faf7e31279caf78b2b4d3b7 authored by Matthew Kolopanis on 16 January 2020, 20:43:47 UTC
update the making_release.md in docs
Tip revision: 6b66dcc
MANIFEST.in
include *.md
include LICENSE
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