Skip to content

Commit 5ac6da7

Browse files
committed
Update setup
1 parent ad72190 commit 5ac6da7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gym-unity/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#!/usr/bin/env python
22

3-
from setuptools import setup, Command, find_packages
3+
from setuptools import setup, find_packages
44

55
setup(name='gym_unity',
6-
version='0.1.0',
6+
version='0.1.1',
77
description='Unity Machine Learning Agents Gym Interface',
88
license='Apache License 2.0',
99
author='Unity Technologies',
1010
author_email='[email protected]',
1111
url='https://github.com/Unity-Technologies/ml-agents',
1212
packages=find_packages(),
13-
install_requires = ['gym', 'mlagents']
14-
)
13+
install_requires=['gym', 'mlagents']
14+
)

0 commit comments

Comments
 (0)