setup.cfg: fix setuptools dash-separator warnings

Warnings like this:

python3.9/site-packages/setuptools/dist.py:634: UserWarning: Usage of
dash-separated 'upload-dir' will not be supported in future versions.
Please use the underscore name 'upload_dir' instead
This commit is contained in:
Ran Benita 2021-03-13 20:30:24 +02:00
parent ef1308c23b
commit 8c350b9837
1 changed files with 3 additions and 3 deletions

View File

@ -77,12 +77,12 @@ _pytest = py.typed
pytest = py.typed
[build_sphinx]
source-dir = doc/en/
build-dir = doc/build
source_dir = doc/en/
build_dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/en/build/html
upload_dir = doc/en/build/html
[check-manifest]
ignore =