https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4722ffe448c96ca37fb63f36180e9c2576b891cc authored by Paul La Plante on 06 December 2022, 22:37:02 UTC, committed by Bryna Hazelton on 07 December 2022, 17:57:40 UTC
1 parent d9de72e
Raw File
Tip revision: 4722ffe448c96ca37fb63f36180e9c2576b891cc authored by Paul La Plante on 06 December 2022, 22:37:02 UTC
Use scm pretend version environment variable to trick pypi
Tip revision: 4722ffe
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm!=7.0.0,!=7.0.1,!=7.0.2",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"

[tool.isort]
profile = "black"

[darglint]
docstring_style = "numpy"
back to top