Skip to content

Commit

Permalink
Target for sdist (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 4, 2025
1 parent 834649e commit b2ee593
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,13 @@ packages = ["cvx"]
include = ["cvx/**/*.py", "README.md", "LICENSE"]
exclude = ["tests/*", "experiments/*"]

[tool.hatch.build.targets.sdist]
exclude = [
"/.git",
"/.github",
"/experiments",
"/tests"
]

[tool.deptry.per_rule_ignores]
DEP002 = ["clarabel"]

0 comments on commit b2ee593

Please sign in to comment.