Skip to content

Commit 7b66b7d

Browse files
committed
sdist: include poetry.lock file
1 parent d5bb41a commit 7b66b7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

poetry/core/masonry/builders/sdist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ def find_files_to_add(
313313

314314
# Include project files
315315
additional_files.add("pyproject.toml")
316+
additional_files.add("poetry.lock")
316317

317318
# add readme if it is specified
318319
if "readme" in self._poetry.local_config:

0 commit comments

Comments
 (0)