We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11b33c commit 63bcb37Copy full SHA for 63bcb37
1 file changed
setup.py
@@ -10,7 +10,7 @@
10
11
#: Load version from source file
12
version = {}
13
-version_file = Path(__file__) / "src" / "projectname" / "version.py"
+version_file = Path(__file__).parent / "src" / "projectname" / "version.py"
14
exec(version_file.read_text(), version)
15
16
setup(
0 commit comments