瀏覽代碼

fix setup.py

saleml 2 年之前
父節點
當前提交
5ea1a48883
共有 1 個文件被更改,包括 1 次插入1 次删除
  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",