forked from HomeOfVapourSynthEvolution/havsfunc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
28 lines (26 loc) · 797 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
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "havsfunc"
version = "33"
description = "Holy's ported AviSynth functions for VapourSynth"
readme = "README.md"
requires-python = ">=3.10"
license = {file = "LICENSE"}
authors = [{name = "HolyWu", email = "[email protected]"}]
keywords = ["havsfunc", "VapourSynth"]
classifiers = [
"License :: OSI Approved :: The Unlicense (Unlicense)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.10",
"Topic :: Multimedia :: Video"
]
dependencies = [
"VapourSynth>=60",
"vsrgtools>=1.4.3",
"vstools>=2.0.6"
]
[project.urls]
"Homepage" = "https://github.com/HomeOfVapourSynthEvolution/havsfunc"
"Bug Tracker" = "https://github.com/HomeOfVapourSynthEvolution/havsfunc/issues"