We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97991b7 commit 92abe33Copy full SHA for 92abe33
setup.py
@@ -48,7 +48,7 @@
48
data_folders = [
49
'roboticstoolbox/models/URDF/xacro',
50
'roboticstoolbox/models/DH/meshes',
51
- 'roboticstoolbox/data',
+ 'roboticstoolbox/data'
52
]
53
54
@@ -68,10 +68,11 @@ def package_files(directory):
68
'frne',
69
sources=[
70
'./roboticstoolbox/core/vmath.c',
71
- './roboticstoolbox/core/vmath.h',
72
'./roboticstoolbox/core/ne.c',
73
- './roboticstoolbox/core/frne.c',
74
- './roboticstoolbox/core/frne.h'])
+ './roboticstoolbox/core/frne.c'],
+ include_dirs=[
+ './roboticstoolbox/core/'
75
+ ])
76
77
setup(
78
name='roboticstoolbox-python',
0 commit comments