Browse Source

add * to include all subpackages in install (#316)

Joseph Bloom 2 years ago
parent
commit
65cb7f3c70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -49,7 +49,7 @@ __root__ = "minigrid.__init__:register_minigrid_envs"
 include-package-data = true
 
 [tool.setuptools.packages.find]
-include = ["minigrid"]
+include = ["minigrid*"]
 
 # Linters and Test tools #######################################################