浏览代码
Update setup.cfg to `description_file` field (#7248)
Resolve `UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead`
modifyDataloader
Glenn Jocher
GitHub
2 年前
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有
1 个文件被更改,包括
1 次插入 和
1 次删除
-
setup.cfg
|
|
@@ -4,7 +4,7 @@ |
|
|
|
|
|
|
|
[metadata] |
|
|
|
license_file = LICENSE |
|
|
|
description-file = README.md |
|
|
|
description_file = README.md |
|
|
|
|
|
|
|
|
|
|
|
[tool:pytest] |