Remove spaces around equal
This commit is contained in:
parent
95426909cd
commit
dfe51b71f5
4
setup.py
4
setup.py
@ -47,7 +47,7 @@ setup(
|
||||
packages=['qweechat', 'qweechat.weechat'],
|
||||
include_package_data=True,
|
||||
package_data={'qweechat': ['data/icons/*.png']},
|
||||
entry_points = {
|
||||
entry_points={
|
||||
'gui_scripts': [
|
||||
'qweechat = qweechat.qweechat:main',
|
||||
],
|
||||
@ -55,7 +55,7 @@ setup(
|
||||
'qweechat-testproto = qweechat.weechat.testproto:main',
|
||||
]
|
||||
},
|
||||
install_requires = [
|
||||
install_requires=[
|
||||
'PySide6',
|
||||
]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user