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

[project]
name = "elogv"
version = "0.8.1"
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/"