Skip to content

Commit

Permalink
set zip_safe to avoid warning during installation (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas authored and Mikael Arguedas committed May 24, 2018
1 parent f3f7aaf commit 132e3de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
('share/' + package_name, ['package.xml']),
],
install_requires=['setuptools'],
zip_safe=True,
maintainer='Chris Lalancette',
maintainer_email='[email protected]',
author='Graylin Trevor Jay, Austin Hendrix',
Expand Down

0 comments on commit 132e3de

Please sign in to comment.