This commit is contained in:
2024-02-20 01:41:18 +00:00
parent 5e99216cf2
commit 55e7da35f4
38 changed files with 16 additions and 13 deletions

View File

@@ -17,21 +17,24 @@ classifiers =
[options]
zip_safe = false
python_requires = ~=3.7
python_requires = >= 3.7
package_dir=
=.
packages=find:
=src
# find:
packages =
qweechat
qweechat.weechat
[options.package_data]
qweechat =
data/icons/*.png
[options.entry_points]
console_scripts =
gui_scripts =
qweechat = "qweechat:iMain"
#[options.packages.find]
#where=.
#xwhere=src
[easy_install]
zip_ok = false