ソースを参照
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
-
setup.cfg
|
|
@@ -4,7 +4,7 @@ |
|
|
|
|
|
|
|
[metadata] |
|
|
|
license_file = LICENSE |
|
|
|
description-file = README.md |
|
|
|
description_file = README.md |
|
|
|
|
|
|
|
|
|
|
|
[tool:pytest] |