https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b0f512fd2ee0b2418e96f9a79bacc1804c92c53d authored by Bryna Hazelton on 04 June 2019, 22:16:51 UTC, committed by Bryna Hazelton on 05 June 2019, 15:21:45 UTC
1 parent 80344f6
Raw File
Tip revision: b0f512fd2ee0b2418e96f9a79bacc1804c92c53d authored by Bryna Hazelton on 04 June 2019, 22:16:51 UTC
update changelog
Tip revision: b0f512f
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

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