Skip to content

Commit 9ddd851

Browse files
authored
Update pyproject.toml
1 parent d290b6d commit 9ddd851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/serverbackup/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = [
55
"OpenAPI Generator Community <[email protected]>",
66
]
77
description = "STACKIT Server Backup Management API"
8-
#readme = "README.md"
8+
readme = "README.md"
99
#license = "NoLicense"
1010
classifiers = [
1111
"Programming Language :: Python :: 3",
@@ -102,4 +102,4 @@ per-file-ignores = """
102102
# E501: long descriptions/string values might lead to lines that are too long
103103
# B028: stacklevel for deprecation warning is irrelevant
104104
./src/stackit/*/api/default_api.py: F841,B028,E501
105-
"""
105+
"""

0 commit comments

Comments
 (0)