version 1.0.0-rc.16

This commit is contained in:
2024-10-11 11:11:37 +02:00
parent 040c43084e
commit b605b95127
227 changed files with 3881 additions and 2176 deletions
+5 -5
View File
@@ -1,13 +1,13 @@
[tool.poetry]
name = "openapi_client"
version = "1.0.0"
name = "jfjoch_client"
version = "1.0.0-rc.16"
description = "Jungfraujoch"
authors = ["OpenAPI Generator Community <filip.leonarski@psi.ch>"]
authors = ["Filip Leonarski (Paul Scherrer Institute) <filip.leonarski@psi.ch>"]
license = "NoLicense"
readme = "README.md"
repository = "https://github.com/jungfraujoch/jungfraujoch"
keywords = ["OpenAPI", "OpenAPI-Generator", "Jungfraujoch"]
include = ["openapi_client/py.typed"]
include = ["jfjoch_client/py.typed"]
[tool.poetry.dependencies]
python = "^3.7"
@@ -34,7 +34,7 @@ extension-pkg-whitelist = "pydantic"
[tool.mypy]
files = [
"openapi_client",
"jfjoch_client",
#"test", # auto-generated tests
"tests", # hand-written tests
]