Skip to content

Commit 60af0fe

Browse files
authored
import setup from setuptools instead of distutils-core (ros#153)
Signed-off-by: ahcorde <[email protected]>
1 parent b6b6cf0 commit 60af0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from distutils.core import setup
1+
from setuptools import setup
22
from catkin_pkg.python_setup import generate_distutils_setup
33

44
d = generate_distutils_setup(

0 commit comments

Comments
 (0)