Added setup.py
This commit is contained in:
parent
34d528afc5
commit
a3ba5dab37
1 changed files with 11 additions and 0 deletions
11
setup.py
Normal file
11
setup.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
from distutils.core import setup
|
||||
from catkin_pkg.python_setup import generate_distutils_setup
|
||||
|
||||
args = generate_distutils_setup(
|
||||
packages=['freecad_to_gazebo'],
|
||||
package_dir={'': 'src'},
|
||||
scripts=['scripts/freecad2gazebo'],
|
||||
)
|
||||
|
||||
setup(**args)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue