File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,6 @@ following this tutorial.
188
188
]
189
189
description = "A small example package"
190
190
readme = "README.md"
191
- license = { file="LICENSE" }
192
191
requires-python = ">=3.7"
193
192
classifiers = [
194
193
"Programming Language :: Python :: 3",
@@ -217,7 +216,6 @@ following this tutorial.
217
216
In this case, the description is loaded from :file: `README.md ` (which is a
218
217
common pattern). There also is a more advanced table form described in the
219
218
:ref: `project metadata specification <declaring-project-metadata >`.
220
- - ``license `` is the path to the :file: `LICENSE ` file, described below.
221
219
- ``requires-python `` gives the versions of Python supported by your
222
220
project. Installers like :ref: `pip ` will look back through older versions of
223
221
packages until it finds one that has a matching Python version.
@@ -283,6 +281,9 @@ MIT license:
283
281
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
284
282
SOFTWARE.
285
283
284
+ Most build backends automatically include license files in packages. See your
285
+ backend's documentation for more details.
286
+
286
287
287
288
Including other files
288
289
---------------------
You can’t perform that action at this time.
0 commit comments