Skip to content
Snippets Groups Projects
Commit c6b3467b authored by mehtank's avatar mehtank
Browse files

Include library yamls

parent d54f962f
Branches
Tags 0.2.2
No related merge requests found
......@@ -23,7 +23,8 @@ setup(
version=get_metadata("rocolib/__init__.py", "version"),
author=get_metadata("rocolib/__init__.py", "author"),
license='LGPLv3',
packages=find_packages(exclude=['*.test', '*.builders']),
packages=find_packages(),
package_data={'rocolib.library': ['*.yaml']},
install_requires=[
'dxfwrite',
'numpy',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment