Skip to content

Commit c1c961d

Browse files
author
Tim Schneider
committed
Changed name of pip package to franky-panda as franky is not available anymore
1 parent a19dcd7 commit c1c961d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
# Install packages and test
8989
for PYBIN in /opt/python/*/bin/; do
9090
if [[ "${PYBIN}" == *"cp36m"* ]] || [[ "${PYBIN}" == *"cp37m"* ]] || [[ "${PYBIN}" == *"cp38"* ]] || [[ "${PYBIN}" == *"cp39"* ]]; then
91-
"${PYBIN}/pip" install franky --no-index -f dist
91+
"${PYBIN}/pip" install franky-panda --no-index -f dist
9292
# (cd "$HOME"; "${PYBIN}/nosetests" -w /io/tests)
9393
fi
9494
done

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def build_extension(self, ext):
6161

6262

6363
setup(
64-
name="franky",
64+
name="franky-panda",
6565
version="0.1.0",
6666
description="High-Level Motion Library for the Franka Panda Robot (fork of frankx)",
6767
long_description=long_description,

0 commit comments

Comments
 (0)