Skip to content

Commit

Permalink
fixed indentation in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushk committed Dec 21, 2013
1 parent 268bed8 commit 1c325b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bwi_tools/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from catkin_pkg.python_setup import generate_distutils_setup

d = generate_distutils_setup(
packages=['bwi_tools'],
package_dir={'': 'src'},
packages=['bwi_tools'],
package_dir={'': 'src'},
)

setup(**d)

0 comments on commit 1c325b2

Please sign in to comment.