forked from Jaded-Encoding-Thaumaturgy/vs-muxtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
34 lines (31 loc) · 997 Bytes
/
pyproject.toml
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
[project]
name = "vsmuxtools"
version = "0.0.9"
description = "The extension to muxtools with vapoursynth and encoding stuff"
authors = [{ name = "Vodes", email = "[email protected]" }]
dependencies = [
"vapoursynth>=60",
"vstools>=1.6.2",
"numpy>=1.24.3",
"muxtools>=0.0.9",
]
classifiers = [
"Natural Language :: English",
"Intended Audience :: Developers",
"Intended Audience :: End Users/Desktop",
"Programming Language :: Python :: 3.10",
"Operating System :: OS Independent",
"Typing :: Typed",
"Topic :: Multimedia :: Video",
"Topic :: Multimedia :: Video :: Display",
"Topic :: Multimedia :: Video :: Conversion",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
]
requires-python = ">=3.10"
readme = "README.md"
license = { text = "MPL 2.0" }
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project.urls]
"Source Code" = "https://github.com/Vodes/vs-muxtools"