setup.py
Go to the documentation of this file.
00001 from distutils.core import setup
00002 from catkin_pkg.python_setup import generate_distutils_setup
00003 
00004 d = generate_distutils_setup(
00005   packages=['pysdf'],
00006   package_dir={'': 'src'}
00007 )
00008 
00009 setup(**d)


pysdf
Author(s): Andreas Bihlmaier
autogenerated on Fri Oct 3 2014 22:09:51