Skip to content

Commit

Permalink
fix: adjust for black
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed May 29, 2023
1 parent 96a73b3 commit 37ef022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 37ef022

Please sign in to comment.