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 37ef022 commit e8f0274Copy full SHA for e8f0274
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