@@ -40,6 +40,8 @@ to a new format.
40
40
.. contents :: Contents
41
41
:local:
42
42
43
+ .. _core-metadata-metadata-version :
44
+
43
45
Metadata-Version
44
46
================
45
47
@@ -133,6 +135,7 @@ project.
133
135
134
136
Full details of the semantics of ``Dynamic `` are described in :pep: `643 `.
135
137
138
+ .. _core-metadata-platform :
136
139
137
140
Platform (multiple use)
138
141
=======================
@@ -148,6 +151,7 @@ Examples::
148
151
Platform: ObscureUnix
149
152
Platform: RareDOS
150
153
154
+ .. _core-metadata-supported-platform :
151
155
152
156
Supported-Platform (multiple use)
153
157
=================================
@@ -340,6 +344,7 @@ Example::
340
344
easier to update the specification to match the de facto standard.
341
345
342
346
.. _home-page-optional :
347
+ .. _core-metadata-home-page :
343
348
344
349
Home-page
345
350
=========
@@ -352,6 +357,7 @@ Example::
352
357
353
358
Home-page: http://www.example.com/~cschultz/bvote/
354
359
360
+ .. _core-metadata-download-url :
355
361
356
362
Download-URL
357
363
============
@@ -558,6 +564,7 @@ Examples::
558
564
Requires-Python: >2.6,!=3.0.*,!=3.1.*
559
565
Requires-Python: ~=2.6
560
566
567
+ .. _core-metadata-requires-external :
561
568
562
569
Requires-External (multiple use)
563
570
================================
@@ -682,6 +689,7 @@ as they're still potentially useful for informational purposes, and can
682
689
also be used for their originally intended purpose in combination with
683
690
a curated package repository.
684
691
692
+ .. _core-metadata-provides-dist :
685
693
686
694
Provides-Dist (multiple use)
687
695
----------------------------
@@ -723,6 +731,7 @@ Examples::
723
731
Provides-Dist: AnotherProject (3.4)
724
732
Provides-Dist: virtual_package; python_version >= "3.4"
725
733
734
+ .. _core-metadata-obsoletes-dist :
726
735
727
736
Obsoletes-Dist (multiple use)
728
737
-----------------------------
0 commit comments