Skip to content

Commit

Permalink
FIX: setuptools warning with dash-separated params
Browse files Browse the repository at this point in the history
* SCOPE: setup,cfg parameters (like: update-dir instead of: upload_dir)
  • Loading branch information
jenisys committed May 18, 2023
1 parent ffd6776 commit 3a90183
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ formats = gztar
universal = true

[upload_docs]
upload-dir = build/docs/html
upload_dir = build/docs/html

[behave_test]
format = progress
tags = -@xfail
args = features tools/test-features issue.features

[build_sphinx]
source-dir = docs/
build-dir = build/docs
source_dir = docs/
build_dir = build/docs
builder = html
all_files = true

Expand Down

0 comments on commit 3a90183

Please sign in to comment.