Skip to content

Commit 0f343eb

Browse files
tkoyama010lwasser
authored andcommitted
docs: Fix small typo from LIcense to License
1 parent d0c05fa commit 0f343eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package-structure-code/pyproject-toml-python-package-metadata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ what dependencies your package requires.
156156
- **Description:** this is a short one-line description of your package.
157157
- **Readme:** A link to your README.md file is used for the long long-description. This information will be published on your packages PyPI landing page.
158158
- **Requires-python** (used by pip): this is a field that is used by pip. Here you tell the installer whether you are using Python 2.x or 3.x. Most projects will be using 3.x.
159-
- **License:** the license you are using
159+
- **License:** the License you are using
160160
- **Authors:** these are the original authors of the package. Sometimes the authors are different from the maintainers. Other times they might be the same.
161161
- **Maintainers:** you can choose to populate this or not. You can populate this using a list with a sub element for each author or maintainer name, email
162162

@@ -175,7 +175,7 @@ what dependencies your package requires.
175175
- Development Status
176176
- Intended Audience
177177
- Topic
178-
- LIcense
178+
- License
179179
- Programming language
180180

181181
### Advanced options in the pyproject.toml file

0 commit comments

Comments
 (0)