-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
26 lines (21 loc) · 901 Bytes
/
Copy pathpyproject.toml
File metadata and controls
26 lines (21 loc) · 901 Bytes
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
[build-system]
requires = ["hatchling>=1.30"]
build-backend = "hatchling.build"
[project]
name = "vs-collection-rk"
version = "0.2.0"
description = "Curated VapourSynth script collection with preserved per-script provenance"
readme = "README.md"
license = { text = "Mixed upstream licensing; see THIRD_PARTY.md and scripts/*/provenance.toml." }
license-files = ["THIRD_PARTY.md", "scripts/**/COPYING", "scripts/**/LICENSE*"]
requires-python = ">=3.12"
authors = [{ name = "RyougiKukoc" }]
dependencies = ["matplotlib>=3.8"]
[project.urls]
"Source Code" = "https://github.com/RyougiKukoc/VapourSynth-Scripts-Collection"
[tool.hatch.build.targets.sdist]
include = ["README.md", "THIRD_PARTY.md", "hatch_build.py", "pyproject.toml", "scripts", "src", "tools"]
[tool.hatch.build.targets.wheel]
packages = ["src/vs_collection_rk"]
[tool.hatch.build.targets.wheel.hooks.custom]
path = "hatch_build.py"