https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8b7949b7680b22ff12bd06706b70efd461f1d37c authored by Matthew Kolopanis on 10 February 2021, 16:47:48 UTC, committed by Paul La Plante on 16 February 2021, 20:13:13 UTC
1 parent 6346820
Raw File
Tip revision: 8b7949b7680b22ff12bd06706b70efd461f1d37c authored by Matthew Kolopanis on 10 February 2021, 16:47:48 UTC
add C flags for cython line tracing the test coverage scripts
Tip revision: 8b7949b
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top