We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24dc0dc + 8829312 commit 358fd2bCopy full SHA for 358fd2b
1 file changed
doc/source/distutils.rst
@@ -15,7 +15,7 @@ example will include all .py and .png files in the ``testapp``
15
folder::
16
17
from distutils.core import setup
18
- from setup
+ from setuptools import find_packages
19
20
setup(
21
name='testapp_setup',
0 commit comments