Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down