This is necessary for any actual installation taking place
This commit is contained in:
parent
100d35ec28
commit
e19382cc2b
5
setup.py
5
setup.py
@ -1,8 +1,9 @@
|
||||
from setuptools import setup
|
||||
from setuptools import find_packages
|
||||
|
||||
setup(name='gym_random_walk',
|
||||
version='0.0.1',
|
||||
install_requires=['gym'],
|
||||
url="https://github.com/nczempin/gym-random-walk"
|
||||
url="https://github.com/nczempin/gym-random-walk",
|
||||
packages=find_packages()
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user