Skip to content

Commit

Permalink
V0.17.0 Release (#9)
Browse files Browse the repository at this point in the history
* Version updates and addition of batteries included adapters for the OTIO core 0.17.0.dev1 release (#3)
* Set versions for 0.17.0 release (#8)
* Updated toml to know where to look for the package (#10)

Signed-off-by: Eric Reinecke <ereinecke@netflix.com>

---------

Signed-off-by: Eric Reinecke <ereinecke@netflix.com>
  • Loading branch information
reinecke authored Jun 25, 2024
1 parent e742a67 commit 6357b94
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"

[project]
name = "OpenTimelineIO-Plugins"
version = "0.16.0"
version = "0.17.0"
description = "OpenTimelineIO with batteries included plug-ins."
authors = [
{ name="Contributors to the OpenTimelineIO project", email="otio-discussion@lists.aswf.io" },
Expand All @@ -15,7 +15,17 @@ license = { file="LICENSE" }
readme = "README.md"
requires-python = ">=3.7"
dependencies = [
"opentimelineio==0.16.0",
"opentimelineio==0.17.0",
"otio-aaf-adapter",
"otio-burnins-adapter",
"otio-xges-adapter",
"otio-ale-adapter",
"otio-hls-playlist-adapter",
"otio-fcpx-xml-adapter",
"otio-maya-sequencer-adapter",
"otio-cmx3600-adapter",
"otio-svg-adapter",
"otio-fcp-adapter",
]

classifiers = [
Expand Down Expand Up @@ -46,7 +56,5 @@ Tracker = "https://github.com/OpenTimelineIO/OpenTimelineIO-Plugins/issues"
support-legacy = true
exclude = [".github"]

[tool.hatch.metadata]
# This should be removed after the OTIO reference no longer points to git
allow-direct-references = true

[tool.hatch.build.targets.wheel]
packages = ["opentimelineio_plugins"]

0 comments on commit 6357b94

Please sign in to comment.