Skip to content

Commit

Permalink
fix: pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdang committed Aug 1, 2024
1 parent ca9e6df commit a19ebfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exclude = "build/"
plugins = ["pydantic.mypy"]

[tool.setuptools_scm]
write_to = "docs_build/version.py"
write_to = "docs-build/version.py"

# NOTE: you have to use single-quoted strings in TOML for regular expressions.
# It's the equivalent of r-strings in Python. Multiline strings are treated as
Expand All @@ -25,7 +25,7 @@ addopts = """
--cov-report term
--cov-report html
--cov-report xml
--cov=docs_build
--cov=docs-build
"""
python_files = "test_*.py"
testpaths = "tests"
Expand Down

0 comments on commit a19ebfd

Please sign in to comment.