mirror of
https://github.com/kittywitch/konawall-py.git
synced 2026-02-10 04:49:19 -08:00
feat: kde fixes, icon, logging
This commit is contained in:
parent
bfb74c7aca
commit
a461bf400f
5 changed files with 64 additions and 15 deletions
4
setup.py
4
setup.py
|
|
@ -1,4 +1,4 @@
|
|||
from setuptools import setup
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
with open("README.MD", "r") as f:
|
||||
long_description = f.read()
|
||||
|
|
@ -16,6 +16,8 @@ setup(
|
|||
author_email = poetryBlock["authors"][0].split(" <")[1][:-1],
|
||||
description = poetryBlock["description"],
|
||||
long_description = long_description,
|
||||
package_data={'': ['*.png', '*.jpg', '*.jpeg', '*.gif', '*.bmp', '*.tiff', '*.webp']},
|
||||
include_package_data=True,
|
||||
entry_points = {
|
||||
"console_scripts": [
|
||||
"konawall = konawall.gui:main",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue