mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 20:34:16 +02:00
[web] installing, removing and reading
This commit is contained in:
6
setup.py
6
setup.py
@@ -3,11 +3,11 @@ import os
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
DESCRIPTION = (
|
||||
"Graphical interface to manage Flatpak, Snap, AppImage and AUR packages"
|
||||
"Graphical interface to manage Flatpak, Snap, AppImage, AUR and Web applications"
|
||||
)
|
||||
|
||||
AUTHOR = "Vinicius Moreira"
|
||||
AUTHOR_EMAIL = "vinicius_fmoreira@hotmail.com"
|
||||
AUTHOR = "bauh developers"
|
||||
AUTHOR_EMAIL = "bauh4linux@gmail.com"
|
||||
NAME = 'bauh'
|
||||
URL = "https://github.com/vinifmor/" + NAME
|
||||
|
||||
|
||||
Reference in New Issue
Block a user