fixes
This commit is contained in:
parent
38d82dfc82
commit
a23eb74aa8
3 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
name = 'qweechat'
|
||||
requires-python = ">= 3.7"
|
||||
description = "qtpy channel for qweechat"
|
||||
keywords = ["qt", "console"]
|
||||
keywords = ["qt", "console", "weechat"]
|
||||
classifiers = [
|
||||
# How mature is this project? Common values are
|
||||
# 3 - Alpha
|
||||
|
|
@ -48,5 +48,5 @@ readme = {file = ["README.md"]}
|
|||
dependencies = {file = ["requirements.txt"]}
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["qweechat"]
|
||||
packages = ["qweechat", "qweechat.weechat"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue