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

Add documentation of auto-included files in wheels and sdist #8555

Merged
merged 5 commits into from
Oct 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/libraries.md
Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
asikeero and radoering authored Oct 23, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 9a88d79cd31b24341790c62781c8955f311f9e6c
2 changes: 1 addition & 1 deletion docs/libraries.md
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ a `wheel`, the following files are included in the `.dist-info` directory:
- `COPYING.*`
- `LICENSES/**`

When building a sdist, the following files will be included in the root folder:
When building an `sdist`, the following files will be included in the root folder:
- `LICENSE*`

Once building is done you are ready to publish your library.