https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision befb9204a73f20e2fe5b4a36ad4612de710da7c9 authored by Bryna Hazelton on 09 February 2022, 00:57:19 UTC, committed by Paul La Plante on 10 February 2022, 00:48:52 UTC
1 parent cd19601
Raw File
Tip revision: befb9204a73f20e2fe5b4a36ad4612de710da7c9 authored by Bryna Hazelton on 09 February 2022, 00:57:19 UTC
update gitignore for new auto docs files
Tip revision: befb920
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