nanograv / pint_pal

A long-lived repository for NANOGrav Pulsar Timing workflows and analysis.
MIT License
6 stars 17 forks source link

Fix PyPI build failure #42

Closed rossjjennings closed 1 year ago

rossjjennings commented 1 year ago

Changes the line version = "0.1.0" in pyproject.toml to dynamic = ["version"]. This should keep the automatic PyPI build from failing the way it did here, where it built a wheel for v0.1.0 and PyPI rejected it because the version already existed.