Skip to content

Commit

Permalink
Include more files in sdist
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jan 31, 2024
1 parent ae1597f commit f6ea92d
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 @@ -29,6 +29,14 @@ pycargoebuild = "pycargoebuild.__main__:entry_point"
[project.urls]
Homepage = "https://github.com/projg2/pycargoebuild/"

[tool.flit.sdist]
include = [
"COPYING",
"integration_test",
"test",
"tox.ini",
]

[tool.mypy]
disallow_untyped_defs = true
no_implicit_optional = true
Expand Down

0 comments on commit f6ea92d

Please sign in to comment.