From 5f70a4ddc646769e3e46d73537bf021f8e2bc5d8 Mon Sep 17 00:00:00 2001 From: Yvan Nollet Date: Thu, 16 Jun 2022 13:05:56 +0200 Subject: [PATCH] Refactor description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ed1e41..3acc6c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ classifiers = [ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", ] -description = "Ussa1976" +description = "The U.S. Standard Atmosphere 1976 model." documentation = "https://ussa1976.readthedocs.io" homepage = "https://github.com/nollety/ussa1976" license = "MIT"