Skip to content

Commit

Permalink
added stuff in the pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineRichard committed Aug 26, 2024
1 parent 7b92b39 commit 59366f9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 59366f9

Please sign in to comment.