Skip to content

Commit

Permalink
Added png jpg and json to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Apr 23, 2018
1 parent 15335c9 commit bbb9076
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include gym_urbandriving/state/configs/*.json
include gym_urbandriving/visualizer/sprites/*.png
include gym_urbandriving/visualizer/sprites/*.jpg
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='gym_urbandriving',
version='0.0.2',
version='0.0.3',
install_requires=["gym<=0.9.5",
"image",
"scipy",
Expand Down

0 comments on commit bbb9076

Please sign in to comment.