From 4e9f5579ea7b33c64c00c0952820ad3661f13bbf Mon Sep 17 00:00:00 2001 From: Arianna Renzini Date: Tue, 9 Apr 2024 10:24:29 +0000 Subject: [PATCH] Update setup.cfg --- setup.cfg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index e91ac58..ec1a805 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,7 @@ +[metadata] +name = popstock +description = population OmegaGW calculator +url = https://github.com/a-renzini/popstock/ author_email = aria.renzini@gmail.com license_file = LICENSE long_description = file: README.md @@ -8,9 +12,6 @@ exclude = .git,docs,build,dist,test,*__init__.py max-line-length = 120 ignore = E129 W504 W503 -[metadata] -license_files = LICENSE - [tool:pytest] addopts = -p no:warnings