Skip to content

Commit 63bcb37

Browse files
committed
chore: fix version path file reading
1 parent c11b33c commit 63bcb37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#: Load version from source file
1212
version = {}
13-
version_file = Path(__file__) / "src" / "projectname" / "version.py"
13+
version_file = Path(__file__).parent / "src" / "projectname" / "version.py"
1414
exec(version_file.read_text(), version)
1515

1616
setup(

0 commit comments

Comments
 (0)