we don't work in the branch anymore
This commit is contained in:
parent
68eca6931f
commit
7862ac3dff
|
@ -27,7 +27,7 @@ current users, such as PyPI usually consider the latest version pushed as the
|
||||||
|
|
||||||
Distutils will soon extend its capabilities to allow distributions to express a
|
Distutils will soon extend its capabilities to allow distributions to express a
|
||||||
dependency on other distributions through the ``Requires-Dist`` metadata field
|
dependency on other distributions through the ``Requires-Dist`` metadata field
|
||||||
(see PEP 345 [#pep345]_) and it will optionally allow use of that field to
|
(see PEP 345) and it will optionally allow use of that field to
|
||||||
restrict the dependency to a set of compatible versions. Notice that this field
|
restrict the dependency to a set of compatible versions. Notice that this field
|
||||||
is replacing ``Requires`` that was expressing dependencies on modules and packages.
|
is replacing ``Requires`` that was expressing dependencies on modules and packages.
|
||||||
|
|
||||||
|
@ -467,9 +467,6 @@ References
|
||||||
.. [#requires]
|
.. [#requires]
|
||||||
http://peak.telecommunity.com/DevCenter/setuptools
|
http://peak.telecommunity.com/DevCenter/setuptools
|
||||||
|
|
||||||
.. [#pep345]
|
|
||||||
http://svn.python.org/projects/peps/branches/jim-update-345/pep-0345.txt
|
|
||||||
|
|
||||||
.. [#prototype]
|
.. [#prototype]
|
||||||
http://bitbucket.org/tarek/distutilsversion/
|
http://bitbucket.org/tarek/distutilsversion/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue