Skip to content

Commit

Permalink
chore: add license-files configuration in pyproject.toml
Browse files Browse the repository at this point in the history
had issues with licensefile and couldn't publish it. used workaround described here: astral-sh/uv#9513
  • Loading branch information
buiapp committed Feb 1, 2025
1 parent 55749ed commit 5ad1853
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
requires = ["setuptools>=65", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
license-files = []

[project]
name = "reaktiv"
version = "0.3.0"
Expand Down

0 comments on commit 5ad1853

Please sign in to comment.