Skip to content

Commit

Permalink
Update wording for better format
Browse files Browse the repository at this point in the history
  • Loading branch information
asikeero committed Oct 20, 2023
1 parent 4a4dae2 commit 24a5e0d
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions docs/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,18 @@ poetry build
This command will package your library in two different formats: `sdist` which is
the source format, and `wheel` which is a `compiled` package.

If present in the project root directory, Poetry will automatically include the following files:
- in the `.dist-info` directory of a `wheel`:
- `LICENSE`
- `LICENSE.*`
- `COPYING`
- `COPYING.*`
- `LICENSES/**`
- in the root of a `sdist`:
Poetry will automatically include some metadata files when building a package. When building
a wheel, the following files are included in the `.dist-info` directory:
- `LICENSE`
- `LICENSE.*`
- `COPYING`
- `COPYING.*`
- `LICENSES/**`

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

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

## Publishing to PyPI

Expand Down

0 comments on commit 24a5e0d

Please sign in to comment.