Skip to content

Commit ed77b5b

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): update via SDK Studio (#246)
1 parent 18b57b9 commit ed77b5b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,21 @@ include = [
9999
[tool.hatch.build.targets.wheel]
100100
packages = ["src/openlayer"]
101101

102+
[tool.hatch.build.targets.sdist]
103+
# Basically everything except hidden files/directories (such as .github, .devcontainers, .python-version, etc)
104+
include = [
105+
"/*.toml",
106+
"/*.json",
107+
"/*.lock",
108+
"/*.md",
109+
"/mypy.ini",
110+
"/noxfile.py",
111+
"bin/*",
112+
"examples/*",
113+
"src/*",
114+
"tests/*",
115+
]
116+
102117
[tool.hatch.metadata.hooks.fancy-pypi-readme]
103118
content-type = "text/markdown"
104119

0 commit comments

Comments
 (0)