Skip to content

Commit

Permalink
still toying around with git actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineRichard committed Aug 26, 2024
1 parent 3ccd9dc commit 318c962
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@ 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 = "[email protected]" },
{ name = "Junnosuke Kamohara", email = "[email protected]" },
]

[tool.black]
line-length = 120

[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"

[tool.poetry.dev-dependencies]
black = "^23.0.0"

0 comments on commit 318c962

Please sign in to comment.