Skip to content
Snippets Groups Projects
Commit c0458ac7 authored by Emmanuele Bassi's avatar Emmanuele Bassi
Browse files

build: Use setuptools instead of distutils

The distutils module has been deprecated, and will be
removed in a future version of Python.
parent be2b14b3
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ if sys.version_info < (3, 6, 0):
from gidocgen.core import version
from distutils.command.build_py import build_py as _build_py
from setuptools.command.build_py import build_py as _build_py
from setuptools import setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment