aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/_config.py.in
blob: db8a17210b9d13c9276fddb3b515f208c3c025d4 (plain)
1
2
3
4
5
6
built_modules = list(name for name in
    "@all_module_shortnames@"
    .split(";"))

shiboken_library_soversion = str(@SHIBOKEN_SO_VERSION@)
pyside_library_soversion = str(@PYSIDE_SO_VERSION@)