Skip to content

Commit

Permalink
set zip_safe to avoid warning during installation (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas authored and Karsten1987 committed Apr 30, 2018
1 parent 9a64c8e commit aab8d9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions demo_nodes_py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
('share/' + package_name, ['package.xml']),
],
install_requires=['setuptools'],
zip_safe=True,
author='Esteve Fernandez',
author_email='esteve@osrfoundation.org',
maintainer='Mikael Arguedas',
Expand Down
1 change: 1 addition & 0 deletions topic_monitor/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
'launch',
'setuptools',
],
zip_safe=True,
keywords=['ROS'],
classifiers=[
'Intended Audience :: Developers',
Expand Down

0 comments on commit aab8d9d

Please sign in to comment.