From 318c9628db50a17a1aaa69836879f3a17010928c Mon Sep 17 00:00:00 2001 From: AntoineRichard Date: Mon, 26 Aug 2024 21:24:58 +0200 Subject: [PATCH] still toying around with git actions --- pyproject.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2bf239b..6f01bd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "OmniLRS" version = "1.0.0" description = "A IsaacSim based lunar simulator for rover locomotion." requires-python = ">=3.10" -keywords = ["python", "premier-projet"] +keywords = ["lunar", "simulator", "rover", "locomotion", "IsaacSim"] authors = [ { name = "Antoine Richard", email = "antoine.richard@uni.lu" }, { name = "Junnosuke Kamohara", email = "xxx@gatech.edu" }, @@ -11,3 +11,10 @@ authors = [ [tool.black] line-length = 120 + +[build-system] +requires = ["setuptools>=42", "wheel"] +build-backend = "setuptools.build_meta" + +[tool.poetry.dev-dependencies] +black = "^23.0.0"