Skip to content

Commit dd31554

Browse files
authored
change to setuptools in accordance with migration guide
1 parent e4bb298 commit dd31554

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env python
2-
try:
3-
from setuptools import setup
4-
except ImportError:
5-
from distutils.core import setup
2+
3+
from setuptools import setup
64
from catkin_pkg.python_setup import generate_distutils_setup
75

86
d = generate_distutils_setup(

0 commit comments

Comments
 (0)