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 ce69633 commit b3a4d1eCopy full SHA for b3a4d1e
setup.py
@@ -72,7 +72,7 @@
72
73
74
with open('src/quicktions.pyx') as f:
75
- version = re.search("__version__\s*=\s*'([^']+)'", f.read(2048)).group(1)
+ version = re.search(r"__version__\s*=\s*'([^']+)'", f.read(2048)).group(1)
76
77
with open('README.rst') as f:
78
long_description = ''.join(f.readlines()[3:]).strip()
0 commit comments