Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.
Prev Previous commit
Next Next commit
use setuptools instead of distutils
  • Loading branch information
fmessmer committed Nov 30, 2020
commit d1adfd1b9100f259d726ab0bed1d10d27edab0cd
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

from distutils.core import setup
from setuptools import setup
from catkin_pkg.python_setup import generate_distutils_setup

d = generate_distutils_setup(
Expand Down