Skip to content

Commit

Permalink
MAINT fix setup.py warning (#1191)
Browse files Browse the repository at this point in the history
Fix the following setup.py warning:

    /usr/lib/python3.10/site-packages/setuptools/dist.py:691: UserWarning: Usage of dash-separated 'doc-files' will not be supported in future versions. Please use the underscore name 'doc_files' instead
  • Loading branch information
mgorny committed Sep 13, 2021
1 parent 96c8e1c commit 1384882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -4,7 +4,7 @@ release = egg_info -RDb ''
upload = upload upload_docs --upload-dir doc/_build/html

[bdist_rpm]
doc-files = doc
doc_files = doc

[tool:pytest]
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
Expand Down

0 comments on commit 1384882

Please sign in to comment.