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 bf9e163 commit 595b110Copy full SHA for 595b110
setup.py
@@ -16,7 +16,7 @@ def rel(*parts):
16
INIT_PY = handler.read()
17
18
19
-VERSION = re.findall("__version__ = '([^']+)'", INIT_PY)[0]
+VERSION = re.findall(r"__version__ = \"([^\"]+)\"", INIT_PY)[0]
20
21
setup(
22
name="django-webpack-loader",
0 commit comments