https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f9ff13d4c6cc101a7b1b5a632a59c56b0b466b7d authored by Bryna Hazelton on 16 December 2020, 19:08:03 UTC, committed by Matthew Kolopanis on 05 January 2021, 19:31:13 UTC
1 parent 49229c6
Raw File
Tip revision: f9ff13d4c6cc101a7b1b5a632a59c56b0b466b7d authored by Bryna Hazelton on 16 December 2020, 19:08:03 UTC
Only build docs on python 3.7
Tip revision: f9ff13d
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