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 3dc6d0c commit 36498e5Copy full SHA for 36498e5
setup.py
@@ -3,6 +3,7 @@
3
import os
4
import re
5
6
+__version__ = None
7
with open("pytest_httpbin/version.py") as f:
8
code = compile(f.read(), "pytest_httpbin/version.py", 'exec')
9
exec(code)
0 commit comments