Fix license
This commit is contained in:
parent
35c87fb07c
commit
06eb795e1d
@ -257,5 +257,5 @@ class QQMsgProcessor:
|
||||
def qq_json_wrapper(self, data, chat: Chat = None):
|
||||
efb_msg = Message()
|
||||
efb_msg.type = MsgType.Text
|
||||
efb_msg.text = 'Unsupported message type: json\n' + data['data']
|
||||
efb_msg.text = 'Unsupported message type: json\n' + data['data']
|
||||
return [efb_msg]
|
||||
|
2
setup.py
2
setup.py
@ -26,7 +26,7 @@ setup(
|
||||
'qq', 'chatbot', 'EQS', 'CoolQ', 'go-cqhttp'],
|
||||
classifiers=[
|
||||
"Development Status :: 3 - Alpha",
|
||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||
"License :: OSI Approved :: GNU Affero General Public License v3",
|
||||
"Intended Audience :: Developers",
|
||||
"Intended Audience :: End Users/Desktop",
|
||||
"Programming Language :: Python :: 3 :: Only",
|
||||
|
Loading…
Reference in New Issue
Block a user