You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package-structure-code/pyproject-toml-python-package-metadata.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ what dependencies your package requires.
156
156
-**Description:** this is a short one-line description of your package.
157
157
-**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.
158
158
-**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
160
160
-**Authors:** these are the original authors of the package. Sometimes the authors are different from the maintainers. Other times they might be the same.
161
161
-**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
162
162
@@ -175,7 +175,7 @@ what dependencies your package requires.
0 commit comments