Skip to content

Commit

Permalink
add data_files to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Jul 22, 2019
1 parent 5979047 commit 1deb608
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
installer-options:
pip:
additional-flags: user
sudo: false
command-options: --user

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
test_suite='nose.collector',
test_requires=['mock', 'nose >= 1.0'],
scripts=['scripts/rosdep', 'scripts/rosdep-source'],
data_files=[('etc/ros/rosdep', ['config/config.yaml'])],
author='Tully Foote, Ken Conley',
author_email='[email protected]',
url='http://wiki.ros.org/rosdep',
Expand Down

0 comments on commit 1deb608

Please sign in to comment.