Skip to content

Commit 183c120

Browse files
committed
Fix path in setup.py for version detection
1 parent 6dab47b commit 183c120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88
from release_utils import utils
99

10-
version = utils.find_version("pygccxml/__init__.py")
10+
version = utils.find_version("../pygccxml/__init__.py")
1111

1212
setup(name="pygccxml",
1313
version=version,

0 commit comments

Comments
 (0)