git commit -m "first commit"
This commit is contained in:
11
navigations/geographic_info/geodesy/setup.py
Executable file
11
navigations/geographic_info/geodesy/setup.py
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from catkin_pkg.python_setup import generate_distutils_setup
|
||||
from setuptools import setup
|
||||
|
||||
d = generate_distutils_setup(
|
||||
packages=['geodesy'],
|
||||
package_dir={'': 'src'},
|
||||
)
|
||||
|
||||
setup(**d)
|
||||
Reference in New Issue
Block a user