version 1.0.0-rc.16
This commit is contained in:
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user