We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e3e98 commit 01149e2Copy full SHA for 01149e2
1 file changed
src/bitbots_rl_walk/setup.py
@@ -1,6 +1,7 @@
1
-from setuptools import find_packages, setup
2
import glob
3
+from setuptools import find_packages, setup
4
+
5
package_name = "bitbots_rl_walk"
6
7
setup(
@@ -12,9 +13,7 @@
12
13
("share/" + package_name, ["package.xml"]),
14
(
15
"share/" + package_name + "/models",
- [
16
- glob.glob("models/*.onnx"),
17
- ],
+ glob.glob("models/*.onnx"),
18
),
19
],
20
install_requires=["setuptools"],
0 commit comments