https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 191cee8fb4b924eb76e2870fc4a72c020238ff7d authored by Paul La Plante on 15 March 2022, 19:09:24 UTC, committed by Bryna Hazelton on 16 March 2022, 17:56:31 UTC
1 parent 1d6a31a
Raw File
Tip revision: 191cee8fb4b924eb76e2870fc4a72c020238ff7d authored by Paul La Plante on 15 March 2022, 19:09:24 UTC
Use recommended URL for flake8
Tip revision: 191cee8
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