Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kautenja committed Apr 24, 2018
1 parent d9a9d8e commit 4cd0824
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@

setup(
name='nesgym_super_mario_bros',
version=__version__,
# version=__version__,
use_scm_version=True,
setup_requires=['setuptools_scm'],
description='Super Mario Bros. for Open.ai Gym',
long_description=long_description,
long_description_content_type='text/markdown',
keywords=['Open.ai Gym', 'NES', 'Super Mario Bros.'],
url=__url__,
download_url='{}/archive/{}.tar.gz'.format(__url__, __version__),
# download_url='{}/archive/{}.tar.gz'.format(__url__, __version__),
author='Christian Kauten',
author_email='kautencreations@gmail.com',
license='MIT License',
Expand Down

0 comments on commit 4cd0824

Please sign in to comment.