[setup.py]

This commit is contained in:
Vinicius Moreira
2019-10-21 18:03:31 -03:00
parent 7d9104d139
commit 887c62f878
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixes
- AUR:
- update-checking for some scenarios
- not respecting 'ignorepkg' settings in **pacman.conf**
- not respecting **ignorepkg** settings in **pacman.conf**
- not able to handle **missing dependencies with symbols** ( e.g: libpng++ )
- not able to work with **.xpm** icons

View File

@@ -3,7 +3,7 @@ import os
from setuptools import setup, find_packages
DESCRIPTION = (
"Graphical user interface to manage Flatpak / Snap applications."
"Graphical interface to manage Flatpak, Snap, AppImage and AUR packages"
)
AUTHOR = "Vinicius Moreira"