Skip to content

Commit

Permalink
updated python setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tcavallari committed Dec 18, 2012
1 parent 6aaa95c commit 5d199ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env python
from distutils.core import setup
from catkin_pkg.package import parse_package_for_distutils
from catkin_pkg.python_setup import generate_distutils_setup

d = parse_package_for_distutils()
d = generate_distutils_setup()
d['packages'] = ['object_recognition_by_parts']
d['package_dir'] = {'': 'python'}
d['install_requires'] = []
Expand Down

0 comments on commit 5d199ce

Please sign in to comment.