Skip to content

Commit 7a64718

Browse files
committed
Exclude generated/neptune_api_spec and generated/README.md from building Python package
1 parent 57c4884 commit 7a64718

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ keywords = [
5656
"ML Model Store",
5757
"ML Metadata Store",
5858
]
59+
exclude = [
60+
"src/neptune_query/generated/neptune_api_spec/**",
61+
"src/neptune_query/generated/README.md",
62+
]
5963
packages = [
6064
{ include = "neptune_query", from = "src" },
6165
]

0 commit comments

Comments
 (0)