We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6060ffa commit b750c76Copy full SHA for b750c76
pyproject.toml
@@ -5,12 +5,12 @@ build-backend = "scikit_build_core.build"
5
[project]
6
name = "opentimelineio-raven"
7
dynamic = ["version"]
8
-description = "OpenTimelineIO viewer app based on imGui."
+description = "OpenTimelineIO viewer app made with Dear ImGui."
9
authors = [
10
{ name = "Contributors to the OpenTimelineIO project", email = "otio-discussion@lists.aswf.io"}
11
]
12
classifiers = [
13
- "Programming Language :: Python :: 3",
+ "Programming Language :: C++",
14
"Development Status :: 4 - Beta",
15
"Intended Audience :: Developers",
16
"Topic :: Multimedia :: Video",
0 commit comments