Skip to content
Snippets Groups Projects
Commit 1e53dcdc authored by Vicki Pfau's avatar Vicki Pfau
Browse files

setup.py: Add PyPI info

parent 78f5e151
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,9 @@ class CMakeBuild(build_ext): ...@@ -47,6 +47,9 @@ class CMakeBuild(build_ext):
setup( setup(
name='gym-retro', name='gym-retro',
author='OpenAI',
author_email='vickipfau@openai.com',
url='https://github.com/openai/retro',
version=open(VERSION_PATH, 'r').read(), version=open(VERSION_PATH, 'r').read(),
license='MIT', license='MIT',
install_requires=['gym'], install_requires=['gym'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment