Browse Source

Merge pull request #195 from fedetask/master

Fix setup.py missing comma in setup() args
Mark Towers 2 years ago
parent
commit
39386f98b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -26,7 +26,7 @@ setup(
     install_requires=[
     install_requires=[
         'gym>=0.24.0',
         'gym>=0.24.0',
         "numpy>=1.18.0"
         "numpy>=1.18.0"
-    ]
+    ],
     classifiers=[
     classifiers=[
     "Development Status :: 5 - Production/Stable",
     "Development Status :: 5 - Production/Stable",
     "Programming Language :: Python :: 3",
     "Programming Language :: Python :: 3",