glenn-jocher commited on
Commit
6f4eb95
·
unverified ·
1 Parent(s): a19406b

Update setup.cfg to `description_file` field (#7248)

Browse files

Resolve `UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead`

Files changed (1) hide show
  1. setup.cfg +1 -1
setup.cfg CHANGED
@@ -4,7 +4,7 @@
4
 
5
  [metadata]
6
  license_file = LICENSE
7
- description-file = README.md
8
 
9
 
10
  [tool:pytest]
 
4
 
5
  [metadata]
6
  license_file = LICENSE
7
+ description_file = README.md
8
 
9
 
10
  [tool:pytest]