Farama-Foundation / Jumpy

On-the-fly conversions between Jax and NumPy tensors
Apache License 2.0
47 stars 9 forks source link

Remove legacy `setup.py` #9

Closed kir0ul closed 2 years ago

kir0ul commented 2 years ago

This PR removes the legacy setup.py and replaces it entirely using the standard pyproject.toml. As in the Python packaging tutorial, it uses hatchling as the build backend.

pseudo-rnd-thoughts commented 2 years ago

LGTM