https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0747542b7b2723499d61cb9b3a87b96aef17b909 authored by Matthew Kolopanis on 05 March 2021, 17:31:55 UTC, committed by Bryna Hazelton on 18 March 2021, 22:57:17 UTC
This reverts commit 95cdfb2c8b250589459a6c3814b95366cd30c108.
1 parent 76f978a
Raw File
Tip revision: 0747542b7b2723499d61cb9b3a87b96aef17b909 authored by Matthew Kolopanis on 05 March 2021, 17:31:55 UTC
Revert "don't redo attribute setting if it already has it"
Tip revision: 0747542
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