Browse Source

fix setup.py

saleml 2 years ago
parent
commit
5ea1a48883
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=[
         'gym>=0.24.0',
         "numpy>=1.18.0"
-    ]
+    ],
     classifiers=[
     "Development Status :: 5 - Production/Stable",
     "Programming Language :: Python :: 3",