ソースを参照

update setup.py to actually install the package

Zach Dwiel 7 年 前
コミット
31132832e3
1 ファイル変更1 行追加0 行削除
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -4,6 +4,7 @@ setup(
     name='gym_minigrid',
     version='0.0.1',
     keywords='memory, environment, agent, rl, openaigym, openai-gym, gym',
+    packages=['gym_minigrid'],
     install_requires=[
         'gym>=0.9.0',
         'numpy>=1.10.0',