Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand All @@ -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 =
Expand Down Expand Up @@ -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