Skip to content

Commit

Permalink
pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbouteiller committed Oct 27, 2020
1 parent 249730d commit 0a1a7af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

setup(name='rtgym',
packages=[package for package in find_packages()],
version='0.1.post1',
version='0.2',
license='MIT',
description='Easily implement custom OpenAI Gym environments for real-time applications',
long_description=long_description,
long_description_content_type="text/markdown",
author='Yann Bouteiller',
url='https://github.com/yannbouteiller/rtgym',
download_url='https://github.com/yannbouteiller/rtgym/archive/v0.1.tar.gz',
download_url='https://github.com/yannbouteiller/rtgym/archive/v0.2.tar.gz',
keywords=['gym', 'real', 'time', 'custom', 'environment', 'reinforcement', 'learning'],
install_requires=['gym', 'numpy'],
classifiers=[
Expand Down

0 comments on commit 0a1a7af

Please sign in to comment.