Skip to content

Commit

Permalink
adding project section
Browse files Browse the repository at this point in the history
  • Loading branch information
ShisatoYano committed Jan 9, 2024
1 parent 445bbe8 commit 2b27ae3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_mata"
build-backend = "setuptools.build_mata"

[project]
name = "AutonomousVehicleControlBeginnersGuide"
description = "Python sample codes and documents about Autonomous vehicle control algorithm. In the future, I want to release these ones as my own technical book for beginners."
readme = "README.md"
license = {file = "LICENSE"}

0 comments on commit 2b27ae3

Please sign in to comment.