From 416739ac4b148883dde7784d8ab498b24932b31d Mon Sep 17 00:00:00 2001 From: Alexander Hampel Date: Tue, 19 Mar 2024 11:38:26 -0400 Subject: [PATCH] [build] add pypi project description --- packaging/pypi/pyproject.toml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/pypi/pyproject.toml.in b/packaging/pypi/pyproject.toml.in index 0b2ddab..5935f60 100644 --- a/packaging/pypi/pyproject.toml.in +++ b/packaging/pypi/pyproject.toml.in @@ -11,7 +11,7 @@ version = "@PROJECT_VERSION@" authors = [ { name="TRIQS", email="triqs@flatironinstitute.org" } ] -description = "PROVIDE HERE A DESCRIPTION OF YOUR APPLICATION" +description = "TRIQS Hartree Fock solver (requires working triqs 3.2.x installation)" readme = "README.md" keywords = ["triqs", "hartree_fock"] requires-python = ">=3.7"