Explorar el Código

update setup.py to actually install the package

Zach Dwiel hace 7 años
padre
commit
31132832e3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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',