Skip to content

Commit

Permalink
Add license to package setup.py; Change package name to gym-csgo
Browse files Browse the repository at this point in the history
  • Loading branch information
iksnagreb committed Oct 3, 2021
1 parent 1a6720b commit cde2343
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@
# Setup the python package with dependencies
setup(
# Package name and version and contained packages
name='gym_csgo', version='0.0.1', packages=find_packages(),
name='gym-csgo', version='0.0.1', packages=find_packages(),
# Package metadata
description="Counter-Strike: Global Offensive environment for OpenAI Gym "
"on Linux",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/iksnagreb/gym-csgo",
author="Christoph Berganski",
license="MIT",
classifiers=[
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Operating System :: POSIX :: Linux"
],
Expand Down

0 comments on commit cde2343

Please sign in to comment.