graphite-project / carbon

Use of a deprecated module detected PYL-W0402
Bug risk
Major
1 occurrence in this check
Use of deprecated module 'distutils.core', consider replacing it with 'setuptools'
 54  from setuptools import setup
 55  setup_kwargs = dict(zip_safe=0)
 56else:
 57  from distutils.core import setup 58  setup_kwargs = dict()
 59
 60