d4nj1 / TLPUI

A GTK user interface for TLP written in Python
GNU General Public License v2.0
1.08k stars 83 forks source link

Fixing an error when building the package on some distros #113

Closed colutti closed 1 year ago

colutti commented 1 year ago

Adding the long_description field to setup.py to fix issues when building the app on some debian based distros. This patch fixes this issue:

https://github.com/d4nj1/TLPUI/issues/105