annotate misc/README @ 495:59bdf78bd1d9
installation: update to use hatch following change in backend and other frontends:
- `setup.py` and `requirements.txt` have been removed in favor of `pyproject.toml`
- changed versionning mechanism to use a version directly in
`libervia/desktop_kivy/__init__.py` handled by Hatch
- remove the log hack from `kivy_hack` as there is now an environment variable to disable
the logging hijacking
author |
Goffi <goffi@goffi.org> |
date |
Mon, 28 Aug 2023 18:29:18 +0200 |
parents |
4f923e7e82b6 |
children |
|
rev |
line source |
473
|
1 This directory contains files related to Libervia Desktop but not directly used by it. |
|
2 |
|
3 * org.libervia.LiberviaDesktop.metainfo.xml: |
|
4 AppStream metadata as specified at https://www.freedesktop.org/software/appstream/docs/ |
|
5 |
|
6 * org.libervia.LiberviaDesktop.desktop: |
|
7 Desktop entry as specified at https://specifications.freedesktop.org/desktop-entry-spec/ |