The Arcade Learning Environment (ALE) -- a platform for AI research.
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
Previously,
python -m build
would fail as many of the necessary files weren't added to the source distribution AddMANIFEST.in
fixes this.Furthermore, the
numpy<2.0
was removed and the release notes page was fixed