From 8c350b98375c90afcfd9066e082c66f848ecc886 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sat, 13 Mar 2021 20:30:24 +0200 Subject: [PATCH] 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 --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index ab6b2fb93..bf8d2c850 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 =