fix: adjust for black

This commit is contained in:
Jose Diaz-Gonzalez
2023-05-29 18:36:06 -04:00
parent 96a73b3fe8
commit 37ef0222e1

View File

@@ -6,7 +6,7 @@ if [[ ! -f setup.py ]]; then
exit 1
fi
PACKAGE_NAME="$(cat setup.py | grep "name='" | head | cut -d "'" -f2)"
PACKAGE_NAME="$(cat setup.py | grep "name=\"" | head | cut -d "'" -f2)"
INIT_PACKAGE_NAME="$(echo "${PACKAGE_NAME//-/_}")"
PUBLIC="true"