Skip to content

Commit

Permalink
Update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuarez5341 committed Sep 7, 2022
1 parent 430ed4b commit 197853b
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,16 @@
REPO_URL = "https://github.com/neuralmmo/demo"

setup(
name="nmmo",
name="nmmo-demo",
description="Neural MMO is a platform for multiagent intelligence research inspired by "
"Massively Multiplayer Online (MMO) role-playing games. Documentation hosted at neuralmmo.github.io.",
long_description_content_type="text/markdown",
version='0.1',
packages=find_packages(),
include_package_data=True,
install_requires=[
'ray-2.0.0-cp39-cp39-manylinux2014_x86_64.whl'
'pytest-benchmark==3.4.1',
'openskill==0.2.0-alpha.0',
'fire==0.4.0',
'setproctitle==1.1.10',
'service-identity==21.1.0',
'autobahn==19.3.3',
'Twisted==19.2.0',
'vec-noise==1.1.4',
'imageio==2.8.0',
'tqdm==4.61.1',
'lz4==4.0.0',
'pettingzoo',
'ray==2.0.0',
'nmmo[cleanrl]==1.6.0',
],
python_requires=">=3.8",
license="MIT",
Expand Down

0 comments on commit 197853b

Please sign in to comment.