https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 175a14efd1374d581fb18f6934d8066229c802bc authored by Bryna Hazelton on 21 May 2019, 20:45:21 UTC, committed by Bryna Hazelton on 23 May 2019, 18:17:56 UTC
1 parent ea29fd1
Raw File
Tip revision: 175a14efd1374d581fb18f6934d8066229c802bc authored by Bryna Hazelton on 21 May 2019, 20:45:21 UTC
Update the docs based on telecon discussion
Tip revision: 175a14e
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

[tool:pytest]
addopts = --ignore=scripts
back to top