Skip to content

Commit 6b6e028

Browse files
committed
feat: add files selection
1 parent 6fe86ee commit 6b6e028

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ classifiers = [
1818
"Development Status :: 2 - Pre-Alpha",
1919
]
2020

21+
[tool.hatch.build.targets.sdist]
22+
include = [
23+
"src/**/*.py"
24+
]
25+
2126
[project.urls]
2227
Homepage = "https://github.com/jonaslagoni/asyncapi-python-parser"
2328
Issues = "https://github.com/jonaslagoni/asyncapi-python-parser/issues"

0 commit comments

Comments
 (0)