Skip to content
Snippets Groups Projects
Commit 3570e511 authored by Mathieu Reymond's avatar Mathieu Reymond
Browse files

Update setup.py

parent 5398157a
No related branches found
No related tags found
1 merge request!1Update setup.py
from setuptools import setup
from setuptools import setup, find_packages
setup(name='minecart',
version='1.0.0',
install_requires=['gym', 'scipy', 'pygame', 'numpy'],
packages=find_packages(),
package_data={
'minecart': ['configs/*.json',
'images/*.png']
}
)
\ No newline at end of file
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment