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