aboutsummaryrefslogtreecommitdiff
blob: 15e7ca1ed946ef74543665230d6bbe73443ff42e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "elogv"
version = "0.8.0"
authors = [
    {name = "Luca Marturana", email = "lucamarturana@gmail.com"},
]
license = {text = "GPL-2"}
description = "Curses based utility to view elogs created by Portage"
dependencies = ["portage"]

[project.urls]
homepage = "https://gitweb.gentoo.org/proj/elogv.git/"

[project.optional-dependencies]
lzma = [ "pyliblzma" ]