diff --git a/pyproject.toml b/pyproject.toml index c5d3afcf6..65ff455f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,6 +108,12 @@ ignore = ["E501", "W191"] # - .writer.pandas.write_dataset: 12 mccabe.max-complexity = 10 +[tool.setuptools] +# Workaround for +# https://github.com/astral-sh/uv/issues/9513 +# https://github.com/pypa/setuptools/issues/4759 +license-files = [] + [tool.setuptools.packages] find = {}