Skip to content

Commit

Permalink
Fixes openai#171
Browse files Browse the repository at this point in the history
Travis didn’t catch this. Perhaps we should test with `pip install` and
not  just copy the directory.
  • Loading branch information
tlbtlbtlb committed Apr 5, 2017
1 parent c32f2ae commit 3209769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'twisted>=16.5.0',
'ujson>=1.35',
],
package_data={'universe': ['runtimes.yml']},
package_data={'universe': ['runtimes.yml', 'runtimes/flashgames.json']},
tests_require=['pytest'],
extras_require={
'atari': 'gym[atari]',
Expand Down

0 comments on commit 3209769

Please sign in to comment.