From c1ac340350da708232550725acacb52508afb604 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 29 Jun 2023 10:16:16 +0200 Subject: Improve package specification --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 87f7e43..5d6d52d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,8 @@ name = "esds" dynamic = ["version"] dependencies = ["numpy","pyyaml"] +description = "An Extensible Simulator for Distributed Systems" +readme = "README.md" [build-system] requires = ["setuptools"] -- cgit v1.2.3