https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 7d96f84ff75a846667410e7268a211e2af44b5cb authored by Bryna Hazelton on 03 May 2019, 19:08:04 UTC, committed by Bryna Hazelton on 06 May 2019, 17:36:41 UTC
1 parent 1319b05
Raw File
Tip revision: 7d96f84ff75a846667410e7268a211e2af44b5cb authored by Bryna Hazelton on 03 May 2019, 19:08:04 UTC
Update the PR template to reflect more use cases
Tip revision: 7d96f84
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