https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c46e8dc387b844b11da9adb16e2323528e37c68c authored by e-koch on 30 June 2021, 13:47:32 UTC, committed by Bryna Hazelton on 01 July 2021, 17:47:36 UTC
1 parent 4224230
Raw File
Tip revision: c46e8dc387b844b11da9adb16e2323528e37c68c authored by e-koch on 30 June 2021, 13:47:32 UTC
Cleanup and fix flake8 issues
Tip revision: c46e8dc
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