From c96dd34b2820e62ed550e19e2d489b2482782d65 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Wed, 20 May 2009 13:11:07 -0700 Subject: [PATCH] More explicit setup.py explanation. --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 3afe6626..47766e2b 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -39,7 +39,7 @@ So lets start with the canonical python hello world:: So the first thing to do is rename the file to :file:`helloworld.pyx`. Now we need to make the :file:`setup.py`, which is like a python Makefile (for more -information see :ref:`compilation`):: +information see :ref:`compilation`). Your :file:`setup.py` should look like:: from distutils.core import setup from distutils.extension import Extension -- 2.26.2