setup.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 from setuptools import setup
4 
5 from catkin_pkg.python_setup import generate_distutils_setup
6 
7 d = generate_distutils_setup(
8  packages=['bondpy'],
9  package_dir={'': 'python'}
10 )
11 
12 setup(**d)


bondpy
Author(s): Stuart Glaser
autogenerated on Wed Sep 2 2020 03:40:45