We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a73b3 commit 37ef022Copy full SHA for 37ef022
release
@@ -6,7 +6,7 @@ if [[ ! -f setup.py ]]; then
6
exit 1
7
fi
8
9
-PACKAGE_NAME="$(cat setup.py | grep "name='" | head | cut -d "'" -f2)"
+PACKAGE_NAME="$(cat setup.py | grep "name=\"" | head | cut -d "'" -f2)"
10
INIT_PACKAGE_NAME="$(echo "${PACKAGE_NAME//-/_}")"
11
PUBLIC="true"
12
0 commit comments