Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 6a213ed

Browse files
authored
use setuptools (#33)
setup from distutils is deprecated and will be removed eventually. It already breaks on Debian testing.
1 parent 1335857 commit 6a213ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
from distutils.core import setup
3+
from setuptools import setup
44
from catkin_pkg.python_setup import generate_distutils_setup
55

66
d = generate_distutils_setup(

0 commit comments

Comments
 (0)