Browse Source

update setup.py to actually install the package

Zach Dwiel 7 years ago
parent
commit
31132832e3
1 changed files with 1 additions and 0 deletions
  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',