Skip to content

Commit e4e7a04

Browse files
Update pyproject.toml
1 parent fc05a9c commit e4e7a04

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ exclude = ["tests"]
4141

4242
[tool.hatch.build]
4343
only-packages = false
44+
include = [
45+
"LICENSE",
46+
"README.md",
47+
"CHANGELOG.md",
48+
"openapidocs/**/*.py",
49+
"openapidocs/**/*.html",
50+
"openapidocs/**/*.md",
51+
]
4452

4553
[project.urls]
4654
"Homepage" = "https://github.com/Neoteroi/essentials-openapi"

0 commit comments

Comments
 (0)