Skip to content

fix: ship meta files #434

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

Merged
merged 1 commit into from
Sep 14, 2023
Merged

fix: ship meta files #434

merged 1 commit into from
Sep 14, 2023

Conversation

jkowalleck
Copy link
Member

@jkowalleck jkowalleck commented Sep 14, 2023

some meta files are not bundled/packaged/shipped

for example the NOTICE file was missing. This file contains additional information to the LICENSE file.

cannot do as shown in https://github.com/python-poetry/poetry/blob/a8987e3e88f033601fc1059a6540fb7b675b7d08/README.md?plain=1#L33-L34
since this would concatenate all the files.
instead, they are about to be shipped as is ...

the include puts the files in the package,
but might also cause them to be unpacked in site-packages on installation, but that should do no harm, though it is ugly ...
cannot do any better. thanks, poetry.

@jkowalleck jkowalleck requested a review from a team as a code owner September 14, 2023 12:42
Signed-off-by: Jan Kowalleck <[email protected]>
@jkowalleck
Copy link
Member Author

caused #435

@jkowalleck jkowalleck deleted the ship-meta-files branch September 18, 2023 11:28
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

Successfully merging this pull request may close these issues.

1 participant