Skip to content

Commit b6b463b

Browse files
committed
build: include generated files in published package
1 parent f17d3a6 commit b6b463b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ classifiers = [
2020
"Programming Language :: Python :: 3.10",
2121
"Topic :: Software Development :: Libraries :: Python Modules",
2222
]
23+
include = [
24+
'ably/**/*.py'
25+
]
2326

2427
[tool.poetry.dependencies]
2528
python = "^3.7"

0 commit comments

Comments
 (0)