From 26335254b1f1388f73a1a92613f2d0619ef04043 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Tue, 14 Jun 2022 21:45:30 +0100 Subject: [PATCH] Small fixes in the rst --- docs/userguide/distribution.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/userguide/distribution.rst b/docs/userguide/distribution.rst index baa278d533..3f33f9bfc5 100644 --- a/docs/userguide/distribution.rst +++ b/docs/userguide/distribution.rst @@ -4,7 +4,7 @@ Specifying Your Project's Version ================================= Setuptools can work well with most versioning schemes. Over the years, -setuptools has tried to closely follow the :pep`PEP 440` scheme, but it +setuptools has tried to closely follow the :pep:`440` scheme, but it also supports legacy versions. There are, however, a few special things to watch out for, in order to ensure that setuptools and other tools can always tell what version of your package is newer than another @@ -189,5 +189,3 @@ You can then use it like this:: Or of course you can create more elaborate aliases that do all of the above. See the sections below on the :ref:`egg_info ` and :ref:`alias ` commands for more ideas. - -