@@ -0,0 +1,11 @@
#!/usr/bin/env python
from setuptools import setup
from catkin_pkg.python_setup import generate_distutils_setup
package_info = generate_distutils_setup(
packages=['angles'],
package_dir={'': 'src'}
)
setup(**package_info)
The note is not visible to the blocked user.