Skip to content

Commit

Permalink
Flit include/exclude in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Feb 15, 2024
1 parent 8215a53 commit 8e9023e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ tests = [

[tool]

[tool.flit.sdist]
exclude = ["tests", "aiidalab_launch/.mypy_cache"]
include = ["*.md", "LICENSE", "logos/*.png"]

[tool.mypy]
warn_unused_configs = true
disallow_untyped_calls = true
Expand Down

0 comments on commit 8e9023e

Please sign in to comment.