Переглянути джерело

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 роки тому
джерело
коміт
6f4eb95af7
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: 4AEE18F83AFDEB23
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      setup.cfg

+ 1
- 1
setup.cfg Переглянути файл

@@ -4,7 +4,7 @@

[metadata]
license_file = LICENSE
description-file = README.md
description_file = README.md


[tool:pytest]

Завантаження…
Відмінити
Зберегти