From 8f19998d73d23876cafc534d53d3e100d2bfe541 Mon Sep 17 00:00:00 2001 From: Harsh Dadhich Date: Thu, 7 Jul 2022 15:31:02 -0700 Subject: [PATCH] Correct authors --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8e4145..5850610 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "round-nutrition" version = "1.0.0" description = "Round nutritional values for federal compliance." readme = "README.md" -authors = { name = "name goes here" } +authors = [{ name = "Harsh Dadhich" }] license = { file = "LICENSE" } repository = "https://github.com/hdadhich01/round-nutrition" homepage = "https://github.com/hdadhich01/round-nutrition"