Remove reference to distutils

This commit is contained in:
Bruno Oliveira 2015-12-02 18:30:12 -02:00
parent 5040dde0c5
commit d9b78f2a95
1 changed files with 1 additions and 2 deletions

View File

@ -168,8 +168,7 @@ Add this to ``setup.py`` file:
.. code-block:: python
from distutils.core import setup
# you can also import from setuptools
from setuptools import setup
setup(
#...,