We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3d52b commit 55e9089Copy full SHA for 55e9089
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