From cec1538e7aff4832d85795efda841699d25db610 Mon Sep 17 00:00:00 2001 From: David Dotson Date: Wed, 20 Nov 2024 22:43:29 -0700 Subject: [PATCH] Updated description in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50660982..acb4f7b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "alchemiscale" -description = "" +description = "a high-throughput alchemical free energy execution system for use with HPC, cloud, bare metal, and Folding@Home" readme = "README.md" authors = [{name = "OpenFE and OpenFF developers"}] license = {text = "MIT"}