We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe86ee commit 6b6e028Copy full SHA for 6b6e028
pyproject.toml
@@ -18,6 +18,11 @@ classifiers = [
18
"Development Status :: 2 - Pre-Alpha",
19
]
20
21
+[tool.hatch.build.targets.sdist]
22
+include = [
23
+ "src/**/*.py"
24
+]
25
+
26
[project.urls]
27
Homepage = "https://github.com/jonaslagoni/asyncapi-python-parser"
28
Issues = "https://github.com/jonaslagoni/asyncapi-python-parser/issues"
0 commit comments