We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ 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.
include
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See https://python-poetry.org/docs/pyproject/#include-and-exclude
You need to use something like:
for every file in
include
. Otherwise, it'll end up being installed.The text was updated successfully, but these errors were encountered: