浏览代码

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

Joseph Bloom 2 年之前
父节点
当前提交
65cb7f3c70
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 #######################################################