roualdes / bridgestan

BridgeStan provides efficient in-memory access through Python, Julia, and R to the methods of a Stan model.
https://roualdes.github.io/bridgestan
BSD 3-Clause "New" or "Revised" License
87 stars 12 forks source link

Move all python metadata to pyproject.toml #177

Closed WardBrian closed 9 months ago

WardBrian commented 9 months ago

See PEP 621. This consolidates the information and removes the need for us to run any code at install time to determine our own version.