PySR / setup.py
MilesCranmer's picture
Switch to using pyproject.toml for build options
725c510 unverified
raw
history blame
122 Bytes
from setuptools import setup
exec(open("pysr/version.py").read())
# Build options are managed in pyproject.toml
setup()