未验证 提交 4e375d6a 编写于 作者: F frostming

install self only name and version are present

上级 7804a7c4
......@@ -295,7 +295,7 @@ class Project:
)
} or None
result[identify(req)] = can
if not self.is_global and section in ("default", "__all__") and self.meta.name:
if section in ("default", "__all__") and self.meta.name and self.meta.version:
result[safe_name(self.meta.name).lower()] = self.make_self_candidate(True)
return result
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册