Skip to content

Commit 6357b94

Browse files
authored
V0.17.0 Release (#9)
* 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 <[email protected]> --------- Signed-off-by: Eric Reinecke <[email protected]>
1 parent e742a67 commit 6357b94

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

pyproject.toml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "OpenTimelineIO-Plugins"
9-
version = "0.16.0"
9+
version = "0.17.0"
1010
description = "OpenTimelineIO with batteries included plug-ins."
1111
authors = [
1212
{ name="Contributors to the OpenTimelineIO project", email="[email protected]" },
@@ -15,7 +15,17 @@ license = { file="LICENSE" }
1515
readme = "README.md"
1616
requires-python = ">=3.7"
1717
dependencies = [
18-
"opentimelineio==0.16.0",
18+
"opentimelineio==0.17.0",
19+
"otio-aaf-adapter",
20+
"otio-burnins-adapter",
21+
"otio-xges-adapter",
22+
"otio-ale-adapter",
23+
"otio-hls-playlist-adapter",
24+
"otio-fcpx-xml-adapter",
25+
"otio-maya-sequencer-adapter",
26+
"otio-cmx3600-adapter",
27+
"otio-svg-adapter",
28+
"otio-fcp-adapter",
1929
]
2030

2131
classifiers = [
@@ -46,7 +56,5 @@ Tracker = "https://github.com/OpenTimelineIO/OpenTimelineIO-Plugins/issues"
4656
support-legacy = true
4757
exclude = [".github"]
4858

49-
[tool.hatch.metadata]
50-
# This should be removed after the OTIO reference no longer points to git
51-
allow-direct-references = true
52-
59+
[tool.hatch.build.targets.wheel]
60+
packages = ["opentimelineio_plugins"]

0 commit comments

Comments
 (0)