Change author in pyproject.toml

This commit is contained in:
Kacper Rączy 2023-11-10 16:55:20 -08:00
parent 0c82c8a3f0
commit ad85bdd00d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "bodyrtc"
version = "1.0.0"
authors = ["Vehicle Researcher <user@comma.ai>"]
authors = [{ name="Vehicle Researcher", email="user@comma.ai" }]
description = "Comma body webRTC abstractions"
readme = "README.md"
license = { file="LICENSE" }