Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
/ poetry-bug Public archive

Demonstrates what I think is a bug in poetry's building of wheels

Notifications You must be signed in to change notification settings

audunska/poetry-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poetry-bug

Demonstrates what I think is a bug in poetry's building of wheels.

The bug.sh script generates the file lib/poetry-bug/generated.py, which is gitignored because it represents a file generated at build time. Since it should still go in the binary distribution, we include it in the package with an include directive in pyproject.toml.

After building with poetry, we run zipinfo to inspect the wheel. Observe that the generated file ends up in the path lib/poetry-bug/generated.py, while the rest of the package has lib/ removed.

About

Demonstrates what I think is a bug in poetry's building of wheels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages