From b4b7587e3cc5adff315cb639e90dc9fd73cf054a Mon Sep 17 00:00:00 2001 From: "Maxime Alves LIRMM@home" Date: Fri, 3 Jul 2020 20:15:21 +0200 Subject: [PATCH] fixed typo in authors --- pyproject.toml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ab20e5b..5d3bdb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,14 @@ [tool.poetry] name = "halfapi" -version = "0.0.0" +version = "0.1.0" description = "" -authors = ["Joël Maizi "] +authors = ["Joël Maizi ", "Maxime Alves "] [tool.poetry.dependencies] click = "^7.0.0" -half-orm = { git = "git@gite.lirmm.fr:/malves/halfORM.git" } +half-orm = { git = "git@gite.lirmm.fr:/newsi/halfORM.git" } PyJWT = "^1.7.0" -python = "^3.7.0" +python = "^3.7" starlette = "^0.13.0" uvicorn = "^0.11.0" @@ -16,5 +16,9 @@ uvicorn = "^0.11.0" pytest = "^3.4.0" requests = "^2.0.0" +[build-system] +requires = ["poetry>=0.12"] +build-backend = "poetry.masonry.api" + [tool.poetry.scripts] -halfapi = 'halfpi.cli:cli' +halfapi = 'halfapi.cli:cli'