Farama-Foundation / Arcade-Learning-Environment

The Arcade Learning Environment (ALE) -- a platform for AI research.
https://ale.farama.org/
GNU General Public License v2.0
2.18k stars 424 forks source link

Add `MANIFEST.in` to support `python -m build` and add sdist to pypi #563

Closed pseudo-rnd-thoughts closed 1 month ago

pseudo-rnd-thoughts commented 1 month ago

Previously, python -m build would fail as many of the necessary files weren't added to the source distribution Add MANIFEST.in fixes this.

Furthermore, the numpy<2.0 was removed and the release notes page was fixed