https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bb0e97dbdc09f0984c07529f60ad86f955e414e4 authored by Bryna Hazelton on 22 July 2021, 22:58:52 UTC, committed by kartographer on 11 August 2021, 15:07:35 UTC
1 parent 3fb0c8f
Raw File
Tip revision: bb0e97dbdc09f0984c07529f60ad86f955e414e4 authored by Bryna Hazelton on 22 July 2021, 22:58:52 UTC
update Readme and setup.py to exclude python 3.6
Tip revision: bb0e97d
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