https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 824116f14ad5df9901272f02dc49c3c39cbc4c94 authored by Paul La Plante on 18 May 2021, 22:10:59 UTC, committed by Paul La Plante on 01 July 2021, 19:47:27 UTC
1 parent 0e8f8c3
Raw File
Tip revision: 824116f14ad5df9901272f02dc49c3c39cbc4c94 authored by Paul La Plante on 18 May 2021, 22:10:59 UTC
Add filename support for more file formats
Tip revision: 824116f
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