From 55e9089b2876bbf4b3fa5b38fcfab90905735c9f Mon Sep 17 00:00:00 2001 From: Roger Erens Date: Fri, 15 Dec 2017 21:45:29 +0100 Subject: [PATCH] Looks like a typo --- doc/source/distutils.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/distutils.rst b/doc/source/distutils.rst index 80926548cc..aaa15f7680 100644 --- a/doc/source/distutils.rst +++ b/doc/source/distutils.rst @@ -15,7 +15,7 @@ example will include all .py and .png files in the ``testapp`` folder:: from distutils.core import setup - from setup + from setuptools import find_packages setup( name='testapp_setup',