From 37143f1cf02d42ca0eae92fb8819096dec1e4a00 Mon Sep 17 00:00:00 2001 From: Eric Reinecke Date: Fri, 6 Oct 2023 13:00:33 -0700 Subject: [PATCH] Fixed the case in the package name metadata (#2) Signed-off-by: Eric Reinecke --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96cc9af..4a849ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] -name = "opentimelineio-plugins" +name = "OpenTimelineIO-Plugins" version = "0.15.0" description = "OpenTimelineIO with batteries included plug-ins." authors = [