Remove reference to distutils
This commit is contained in:
parent
5040dde0c5
commit
d9b78f2a95
|
@ -168,8 +168,7 @@ Add this to ``setup.py`` file:
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
from distutils.core import setup
|
from setuptools import setup
|
||||||
# you can also import from setuptools
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
#...,
|
#...,
|
||||||
|
|
Loading…
Reference in New Issue