-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (34 loc) · 1.21 KB
/
pyproject.toml
File metadata and controls
38 lines (34 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[project]
name = "otioview"
version = "0.17.0"
description = "Timeline viewer application formerly shipped with OpenTimelineIO"
readme = "README.md"
authors = [
{ name = "Contributors to the OpenTimelineIO project", email = "otio-discussion@lists.aswf.io"}
]
requires-python = ">=3.9"
dependencies = [
"opentimelineio-plugins>=0.17.0",
"pyside6>=6.9.2",
]
classifiers = [
"Programming Language :: Python :: 3",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Multimedia :: Video",
"Topic :: Multimedia :: Video :: Display",
"Topic :: Multimedia :: Video :: Non-Linear Editor",
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Natural Language :: English"
]
keywords = ["film", "tv", "editing", "editorial", "edit", "non-linear", "time", "otio", "otio-adapter", "otioview"]
[project.scripts]
otioview = "otioview.console:main"
[project.urls]
"Homepage" = "https://github.com/OpenTimelineIO/otioview"
"Bug Tracker" = "https://github.com/OpenTimelineIO/otioview/issues"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"