From e742a67b6b8feab7e173a39e4c061df7909139af Mon Sep 17 00:00:00 2001 From: Eric Reinecke Date: Thu, 4 Apr 2024 10:29:16 -0700 Subject: [PATCH] Added stub source files needed by hatchling (#6) Signed-off-by: Eric Reinecke --- opentimelineio_plugins/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 opentimelineio_plugins/__init__.py diff --git a/opentimelineio_plugins/__init__.py b/opentimelineio_plugins/__init__.py new file mode 100644 index 0000000..d4a588d --- /dev/null +++ b/opentimelineio_plugins/__init__.py @@ -0,0 +1,4 @@ +""" +OpenTimelineIO-Plugins is a stub package for the "batteries-included" +OpenTimelineIO install. +"""