Fix the imports to support Python3 style absolute imports.

This commit is contained in:
Abhilash Raj
2021-05-31 21:16:22 -07:00
parent 1f27a20e9e
commit 0ee7d2e92f
6 changed files with 20 additions and 20 deletions

View File

@@ -54,5 +54,8 @@ setup(
'console_scripts': [
'qweechat-testproto = qweechat.weechat.testproto:main',
]
}
},
install_requires = [
'PySide6',
]
)