https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b6a4473a128f736d2c957c00df068232c9bf517f authored by Garrett 'Karto' Keating on 22 June 2022, 21:15:58 UTC, committed by kartographer on 07 July 2022, 17:00:15 UTC
1 parent e8b1734
Raw File
Tip revision: b6a4473a128f736d2c957c00df068232c9bf517f authored by Garrett 'Karto' Keating on 22 June 2022, 21:15:58 UTC
More spellling fixes.
Tip revision: b6a4473
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