Skip to content

Commit 1fa3894

Browse files
authored
Merge pull request #9 from 0x26res/add-sources-to-dist
Add sources to dist
2 parents e5c863b + 0af551b commit 1fa3894

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ description = "Apache Arrow adapter for the Cassandra python driver"
66
authors = ["0x26res <[email protected]>"]
77
maintainers = ["0x26res <[email protected]>"]
88
packages = [
9-
{ include = "cassarrow" }
9+
{ include = "cassarrow" },
10+
]
11+
include = [
12+
{path = "cpp", format = "sdist"}
1013
]
1114
readme = "README.md"
1215
license = "Apache-2.0"

0 commit comments

Comments
 (0)