Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.9.7 installs all files from sdist into site-packages #588

Open
mgorny opened this issue Oct 8, 2022 · 0 comments
Open

0.9.7 installs all files from sdist into site-packages #588

mgorny opened this issue Oct 8, 2022 · 0 comments

Comments

@mgorny
Copy link
Contributor

mgorny commented Oct 8, 2022

$ ls /tmp/portage/dev-python/eyeD3-0.9.7/image/usr/lib/python3.8/site-packages/
AUTHORS.rst       HISTORY.rst  MANIFEST.in  README.rst  eyed3                  poetry.lock   tests
CONTRIBUTING.rst  LICENSE      Makefile     examples    eyed3-0.9.7.dist-info  requirements  tox.ini

See https://python-poetry.org/docs/pyproject/#include-and-exclude

You need to use something like:

{ path = "poetry.lock", format = "sdist" },

for every file in include. Otherwise, it'll end up being installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant