Skip to content

Commit

Permalink
Deal with yet another python ecosystem bug
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Jan 30, 2025
1 parent 4d715b3 commit f181a4f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,9 @@ minversion = "6.0"
norecursedirs = ".* build dist *.egg-info install ENV"
junit_family="xunit2"
addopts = "-v --tb=short --doctest-glob='' --cov=quaternion --cov-branch --cov-report xml"



# FIXME: temporary workaround until https://github.com/pypa/setuptools/issues/4759 is fixed
[tool.setuptools]
license-files = []

0 comments on commit f181a4f

Please sign in to comment.