From f45788483773c8194f714f365ab750e14cde465f Mon Sep 17 00:00:00 2001 From: Arthur Juliani Date: Wed, 14 Mar 2018 15:30:54 -0700 Subject: [PATCH] Modify setup file --- python/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.py b/python/setup.py index 330707e2d2..bb4e33d848 100755 --- a/python/setup.py +++ b/python/setup.py @@ -7,13 +7,13 @@ required = f.read().splitlines() setup(name='unityagents', - version='0.2.0', + version='0.3.0', description='Unity Machine Learning Agents', license='Apache License 2.0', author='Unity Technologies', author_email='ML-Agents@unity3d.com', url='https://github.com/Unity-Technologies/ml-agents', - packages=find_packages(exclude = ['ppo']), + packages=find_packages(), install_requires = required, long_description= ("Unity Machine Learning Agents allows researchers and developers " "to transform games and simulations created using the Unity Editor into environments "