We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede9939 commit 33b5069Copy full SHA for 33b5069
1 file changed
setup.py
@@ -5,7 +5,7 @@
5
PROJECT_ROOT = os.path.abspath(os.path.dirname(__file__))
6
7
version = {}
8
-with io.open(os.path.join(PROJECT_ROOT, "src", "dirhash", "version.py") as fp:
+with io.open(os.path.join(PROJECT_ROOT, "src", "dirhash", "version.py")) as fp:
9
exec(fp.read(), version)
10
11
DESCRIPTION = 'Python module and CLI for hashing of file system directories.'
0 commit comments