fix: adjust for black

This commit is contained in:
Jose Diaz-Gonzalez
2023-05-29 18:37:02 -04:00
parent 37ef0222e1
commit e8f027469e

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"