lsst-camera-dh / ghosts

Simulate Rubin LSST ghosts image
Other
0 stars 0 forks source link

Use a `pyproject.toml` file #56

Open bregeon opened 1 year ago

bregeon commented 1 year ago

https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/

Modern Python packages can contain a pyproject.toml file, first introduced in PEP 518 and later expanded in PEP 517, PEP 621 and PEP 660. This file contains build system requirements and information, which are used by pip to build the package.

bregeon commented 1 year ago

See: https://github.com/LSSTDESC/desc-continuous-integration/blob/main/pyproject.toml