fix icons
This commit is contained in:
parent
a23eb74aa8
commit
1a71f78521
1 changed files with 4 additions and 2 deletions
|
@ -18,12 +18,14 @@ classifiers =
|
|||
[options]
|
||||
zip_safe = false
|
||||
python_requires = ~=3.7
|
||||
include_package_data =
|
||||
"*" = ["*.png"]
|
||||
package_dir=
|
||||
=.
|
||||
packages=find:
|
||||
|
||||
[options.package_data]
|
||||
qweechat =
|
||||
data/icons/*.png
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
qweechat = "qweechat:iMain"
|
||||
|
|
Loading…
Reference in a new issue