We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36c147 commit 0b8f4c7Copy full SHA for 0b8f4c7
1 file changed
setup.py
@@ -5,7 +5,7 @@
5
from __future__ import absolute_import
6
7
import ast
8
-from distutils import core
+from setuptools import setup
9
import os
10
11
@@ -18,7 +18,7 @@ def version(filename):
18
19
20
with open('README.rst') as readme:
21
- core.setup(
+ setup(
22
name='cppclean',
23
version=version(os.path.join('cpp', '__init__.py')),
24
description='Find problems in C++ source that slow development '
0 commit comments