Skip to content

fix: explicitly declare packages to support modern setuptools#15

Open
Red1-Rahman wants to merge 1 commit intoamidos2006:masterfrom
Red1-Rahman:master
Open

fix: explicitly declare packages to support modern setuptools#15
Red1-Rahman wants to merge 1 commit intoamidos2006:masterfrom
Red1-Rahman:master

Conversation

@Red1-Rahman
Copy link
Copy Markdown

Newer setuptools (v61+) raises an error when multiple top-level directories exist in a flat layout and no packages= argument is set. Added find_packages(include=["gym_pcgrl*"]) to restrict packaging to the library only, ignoring runs/ and models/.

Newer setuptools (v61+) raises an error when multiple top-level
directories exist in a flat layout and no packages= argument is
set. Added find_packages(include=["gym_pcgrl*"]) to restrict
packaging to the library only, ignoring runs/ and models/.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant