浏览代码

fix url in comments

/tag-0.11.0.dev2
Chris Elion 5 年前
当前提交
13688e75
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 2
      gym-unity/setup.py
  2. 2
      ml-agents/setup.py

2
gym-unity/setup.py


class VerifyVersionCommand(install):
"""
Custom command to verify that the git tag matches our version
See https://circleci.com/blog/Adding-container-security-scanning-anchore/
See https://circleci.com/blog/continuously-deploying-python-packages-to-pypi-with-circleci/
"""
description = "verify that the git tag matches our version"

2
ml-agents/setup.py


class VerifyVersionCommand(install):
"""
Custom command to verify that the git tag matches our version
See https://circleci.com/blog/Adding-container-security-scanning-anchore/
See https://circleci.com/blog/continuously-deploying-python-packages-to-pypi-with-circleci/
"""
description = "verify that the git tag matches our version"

正在加载...
取消
保存