Skip to content

Commit 55e9089

Browse files
authored
Looks like a typo
1 parent 2b3d52b commit 55e9089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/distutils.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ example will include all .py and .png files in the ``testapp``
1515
folder::
1616

1717
from distutils.core import setup
18-
from setup
18+
from setuptools import find_packages
1919

2020
setup(
2121
name='testapp_setup',

0 commit comments

Comments
 (0)