-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
40 lines (33 loc) · 1.13 KB
/
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
35
36
37
38
39
40
[project.urls]
Changelog = "https://brokensrc.dev/news/category/releases"
GitHub = "https://github.com/BrokenSource/Upscalin"
Funding = "https://brokensrc.dev/about/sponsors"
Contact = "https://brokensrc.dev/about/contact"
Download = "https://brokensrc.dev/get/releases"
Docs = "https://brokensrc.dev/upscalin"
Homepage = "https://brokensrc.dev"
[project]
name = "upscalin"
dynamic = ["readme"]
version = "0.0.0"
description = "A Convenience Multi-Upscalers for Video, Images. Batch Processing, Multithreaded."
authors = [{name="Tremeschin", email="29046864+Tremeschin@users.noreply.github.com"}]
license = "AGPL-3.0"
requires-python = ">=3.9"
dependencies = [
"broken-source>=0.0.0",
]
[tool.rye]
managed = true
[project.scripts]
upscalin = "Upscalin.__main__:main"
[tool.hatch.build.targets.wheel]
packages = ["Upscalin"]
[build-system]
requires = ["hatchling", "hatch-fancy-pypi-readme"]
build-backend = "hatchling.build"
[tool.hatch.metadata.hooks.fancy-pypi-readme]
content-type = "text/markdown"
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
start-after = "<!-- PyPI -->"
path = "Readme.md"