Skip to content

Commit 0fc85d4

Browse files
authored
Modify setup file (#486)
1 parent e9864c5 commit 0fc85d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
required = f.read().splitlines()
88

99
setup(name='unityagents',
10-
version='0.2.0',
10+
version='0.3.0',
1111
description='Unity Machine Learning Agents',
1212
license='Apache License 2.0',
1313
author='Unity Technologies',
1414
author_email='[email protected]',
1515
url='https://github.com/Unity-Technologies/ml-agents',
16-
packages=find_packages(exclude = ['ppo']),
16+
packages=find_packages(),
1717
install_requires = required,
1818
long_description= ("Unity Machine Learning Agents allows researchers and developers "
1919
"to transform games and simulations created using the Unity Editor into environments "

0 commit comments

Comments
 (0)