From ecc3e3ae060ee7d29f333317bdb6892b93418a99 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Sat, 7 Dec 2024 15:51:15 +0900 Subject: [PATCH 1/2] docs: Fix small typo from LIcense to License --- .../pyproject-toml-python-package-metadata.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-structure-code/pyproject-toml-python-package-metadata.md b/package-structure-code/pyproject-toml-python-package-metadata.md index 66509f2aa..99ead3d8d 100644 --- a/package-structure-code/pyproject-toml-python-package-metadata.md +++ b/package-structure-code/pyproject-toml-python-package-metadata.md @@ -156,7 +156,7 @@ what dependencies your package requires. - **Description:** this is a short one-line description of your package. - **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. - **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. -- **License:** the license you are using +- **License:** the License you are using - **Authors:** these are the original authors of the package. Sometimes the authors are different from the maintainers. Other times they might be the same. - **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 @@ -175,7 +175,7 @@ what dependencies your package requires. - Development Status - Intended Audience - Topic - - LIcense + - License - Programming language ### Advanced options in the pyproject.toml file From 650da00bf73bfc2f3a0b45b4358aea0cdfc375a2 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Sat, 7 Dec 2024 15:51:50 +0900 Subject: [PATCH 2/2] Update pyproject-toml-python-package-metadata.md --- .../pyproject-toml-python-package-metadata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-structure-code/pyproject-toml-python-package-metadata.md b/package-structure-code/pyproject-toml-python-package-metadata.md index 99ead3d8d..1924aa913 100644 --- a/package-structure-code/pyproject-toml-python-package-metadata.md +++ b/package-structure-code/pyproject-toml-python-package-metadata.md @@ -156,7 +156,7 @@ what dependencies your package requires. - **Description:** this is a short one-line description of your package. - **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. - **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. -- **License:** the License you are using +- **License:** the license you are using - **Authors:** these are the original authors of the package. Sometimes the authors are different from the maintainers. Other times they might be the same. - **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