setup.py
Go to the documentation of this file.
00001 ## ! DO NOT MANUALLY INVOKE THIS setup.py, USE CATKIN INSTEAD
00002 
00003 from distutils.core import setup
00004 from catkin_pkg.python_setup import generate_distutils_setup
00005 
00006 args = generate_distutils_setup(
00007     packages=['geomag', 'declination'],
00008     package_dir={'': 'src'})
00009 
00010 setup(**args)


declination
Author(s):
autogenerated on Thu Jun 6 2019 20:42:07