Skip to content

Commit

Permalink
remove path splash separator from 'package_dir' (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyen authored and mjcarroll committed Jul 10, 2019
1 parent a1f67f6 commit 0bbebb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cv_bridge/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
d = generate_distutils_setup()

d['packages'] = ['cv_bridge']
d['package_dir'] = {'' : 'python/'}
d['package_dir'] = {'' : 'python'}

setup(**d)

0 comments on commit 0bbebb7

Please sign in to comment.