Skip to content

Commit

Permalink
Cleanups to the install scripts. (#103)
Browse files Browse the repository at this point in the history
This bring rqt_reconfigure in line with the rest of the rqt
tools.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
  • Loading branch information
clalancette committed Apr 30, 2021
1 parent 714078b commit ace8fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
@@ -1,4 +1,4 @@
[develop]
script-dir=$base/lib/rqt_reconfigure
script_dir=$base/lib/rqt_reconfigure
[install]
install-scripts=$base/lib/rqt_reconfigure
install_scripts=$base/lib/rqt_reconfigure
8 changes: 0 additions & 8 deletions setup.py
@@ -1,13 +1,5 @@
#!/usr/bin/env python3
import sys

from setuptools import setup


if sys.version_info < (3, 5):
print('ament requires Python 3.5 or higher.', file=sys.stderr)
sys.exit(1)

package_name = 'rqt_reconfigure'
setup(
name=package_name,
Expand Down

0 comments on commit ace8fa9

Please sign in to comment.