We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59bd2ce commit 84c3e30Copy full SHA for 84c3e30
1 file changed
poetry/core/masonry/builders/sdist.py
@@ -313,6 +313,7 @@ def find_files_to_add(
313
314
# Include project files
315
additional_files.add("pyproject.toml")
316
+ additional_files.add("poetry.lock")
317
318
# add readme if it is specified
319
if "readme" in self._poetry.local_config:
0 commit comments