diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index fed528d..09f77b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,15 @@ [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" + +[project.urls] +homepage = "https://gitweb.gentoo.org/proj/elogv.git/" |