https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision e91e75c5cf494b1ee4eed7a97ea8bd705abfa765 authored by Matthew Kolopanis on 15 May 2019, 00:12:27 UTC, committed by Bryna Hazelton on 22 May 2019, 18:57:04 UTC
1 parent 83ea801
Raw File
Tip revision: e91e75c5cf494b1ee4eed7a97ea8bd705abfa765 authored by Matthew Kolopanis on 15 May 2019, 00:12:27 UTC
typo fix: -n in readme
Tip revision: e91e75c
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

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