diff --git a/setup.cfg b/setup.cfg index 4301811..71b9a89 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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"