From 59366f971710e58db68c3e3b7993aeaf7a64ffc4 Mon Sep 17 00:00:00 2001 From: AntoineRichard Date: Mon, 26 Aug 2024 21:08:24 +0200 Subject: [PATCH] added stuff in the pyproject --- pyproject.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 55ec8d7..2bf239b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,13 @@ +[project] +name = "OmniLRS" +version = "1.0.0" +description = "A IsaacSim based lunar simulator for rover locomotion." +requires-python = ">=3.10" +keywords = ["python", "premier-projet"] +authors = [ + { name = "Antoine Richard", email = "antoine.richard@uni.lu" }, + { name = "Junnosuke Kamohara", email = "xxx@gatech.edu" }, +] + [tool.black] line-length = 120