From c9e14fa748e65c7f4c00a2516701d1b4bcb919cf Mon Sep 17 00:00:00 2001 From: Andrei Matveyeu Date: Mon, 29 Jul 2024 09:37:05 +0200 Subject: [PATCH] pyscaffold update and setup.cfg fixes --- setup.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setup.cfg b/setup.cfg index e6f86a6..6f5dd96 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,12 +2,12 @@ name = etos_lib description = ETOS Library author = Tobias Persson -author-email = tobias.persson@axis.com +author_email = tobias.persson@axis.com license = Apache License, Version 2.0 -long-description = file: README.rst -long-description-content-type = text/x-rst; charset=UTF-8 +long_description = file: README.rst +long_description_content_type = text/x-rst; charset=UTF-8 url = https://github.com/eiffel-community/etos-library -project-urls = +project_urls = Documentation = https://etos.readthedocs.io/ platforms = Linux classifiers = @@ -22,7 +22,7 @@ include_package_data = True package_dir = =src # DON'T CHANGE THE FOLLOWING LINE! IT WILL BE UPDATED BY PYSCAFFOLD! -setup_requires = pyscaffold>=3.2a0,<3.3a0 +setup_requires = pyscaffold>=4.5a0,<4.6a0 # Add here dependencies of your project (semicolon/line-separated), e.g. # ~= 3.4 Means >=3.4, == 3.* install_requires = @@ -88,5 +88,5 @@ exclude = [pyscaffold] # PyScaffold's parameters when the project was created. # This will be used when updating. Do not change! -version = 3.2.3 +version = 4.5 package = etos_lib