-
Notifications
You must be signed in to change notification settings - Fork 41
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
Requirements parser package includes files outside the package directory. #66
Comments
Hi, It looks like a limitation of poetry: python-poetry/poetry#4494 I tried the following configuration from this link chaoss/grimoirelab-toolkit#44 (comment):
It does remove the files at the source directory, but It looks like it could be packaged correctly if the project was using setuptools directly with a custom configuration, instead of relying on poetry for that. https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file @madpah Any suggestion? Could it be packaged without |
I have the same issue when I try to update the Debian package[1] to 0.0.5.
The solution provided by @FlorentJeannoto fixes the messages above. [1] https://packages.debian.org/sid/python3-requirement-parser |
build backend has not proper functionality for it, yet. |
feat: Drop support for Python 3.7 as part of #91 fix: Publish anciliary files only to sdist #66 via #87 (thanks to Maxwell G <[email protected]>) fix: Type of `Requirement.specs` was incorrect #78 fix: `-e` in `requirements.txt` did not handle local paths correctly #97 chore(dev-deps): Updated all development dependencies chore(deps): include types-setuptools as dependency Signed-off-by: Paul Horton <[email protected]>
See the attached example of uninstalling requirements-parser
Notice that authors.rst, license and readme.md are uninstalled from the top level dir outside the requirements package.
This is problematic since these files are very likely to collide with other projects
The text was updated successfully, but these errors were encountered: