10000
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 800da97 commit a6ea195Copy full SHA for a6ea195
MANIFEST.in
@@ -0,0 +1,4 @@
1
+recursive-include roboticstoolbox/data *
2
+recursive-include roboticstoolbox/core *
3
+recursive-include roboticstoolbox/models/URDF/xacro *
4
+recursive-include roboticstoolbox/models/DH/meshes *
setup.py
@@ -78,7 +78,7 @@ def package_files(directory):
78
setup(
79
name='roboticstoolbox-python',
80
81
- version='0.7.0',
+ version='0.7.1',
82
83
description='A Python library for robotic education and research',
84
@@ -132,7 +132,9 @@ def package_files(directory):
132
133
include_package_data=True,
134
135
- scripts = ['examples/rtbtool'],
+ scripts=['examples/rtbtool'],
136
+
137
+ zip_safe=False,
138
139
install_requires=req,
140
0 commit comments