Revision a42f457273e9088170931866d97d50a23b035df8 authored by Bryna Hazelton on 20 January 2022, 02:36:31 UTC, committed by Matthew Kolopanis on 20 January 2022, 15:53:15 UTC
Distutils is being deprecated, see https://www.python.org/dev/peps/pep-0632/
1 parent f7fe4c1
Raw File
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