Skip to content

Commit

Permalink
Add temporary workaround for package upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Jan 10, 2025
1 parent aa9de42 commit 68a3116
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 @@ -52,6 +52,12 @@ docs = [
[project.scripts]
regenerate = "aind_behavior_services.scripts.regenerate:main"

[tool.setuptools]
# FIXME: temporary workaround:
# - https://github.com/astral-sh/uv/issues/9513
# - https://github.com/pypa/setuptools/issues/4759
license-files = []

[tool.setuptools.packages.find]
where = ["src"]

Expand Down

0 comments on commit 68a3116

Please sign in to comment.