https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1ab2cee9db6618fe04185d8df496121583f37355 authored by Bryna Hazelton on 13 January 2021, 17:59:06 UTC, committed by Bryna Hazelton on 21 January 2021, 23:01:53 UTC
1 parent dac4b7c
Raw File
Tip revision: 1ab2cee9db6618fe04185d8df496121583f37355 authored by Bryna Hazelton on 13 January 2021, 17:59:06 UTC
update the changelog
Tip revision: 1ab2cee
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