Skip to content

Commit 8c350b9

Browse files
committed
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
1 parent ef1308c commit 8c350b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ _pytest = py.typed
7777
pytest = py.typed
7878

7979
[build_sphinx]
80-
source-dir = doc/en/
81-
build-dir = doc/build
80+
source_dir = doc/en/
81+
build_dir = doc/build
8282
all_files = 1
8383

8484
[upload_sphinx]
85-
upload-dir = doc/en/build/html
85+
upload_dir = doc/en/build/html
8686

8787
[check-manifest]
8888
ignore =

0 commit comments

Comments
 (0)