https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4670e789eeda0131d3cebce73395314663b75473 authored by Bryna Hazelton on 26 June 2020, 22:20:20 UTC, committed by Bryna Hazelton on 30 June 2020, 23:16:37 UTC
1 parent 0148c88
Raw File
Tip revision: 4670e789eeda0131d3cebce73395314663b75473 authored by Bryna Hazelton on 26 June 2020, 22:20:20 UTC
try creating an environment variable to fix testpypi versions
Tip revision: 4670e78
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