-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
pyproject.toml
44 lines (37 loc) Β· 1.35 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
41
42
43
44
[project.urls]
GitHub = "https://github.com/BrokenSource/DepthFlow"
Changelog = "https://brokensrc.dev/about/changelog"
Funding = "https://brokensrc.dev/about/sponsors"
Contact = "https://brokensrc.dev/about/contact"
Download = "https://brokensrc.dev/get/releases"
Docs = "https://brokensrc.dev/depthflow"
Homepage = "https://brokensrc.dev"
[project]
name = "depthflow"
description = "π Images to β 2.5D Parallax Effect Video. A Free and Open Source ImmersityAI alternative"
version = "0.0.0" # Part of a monorepo, managed on final builds
authors = [{name="Tremeschin", email="29046864+Tremeschin@users.noreply.github.com"}]
dynamic = ["readme"]
license = "AGPL-3.0"
requires-python = ">=3.10"
dependencies = [
"broken-source[gradio]>=0.0.0",
"shaderflow>=0.0.0",
]
[tool.uv.sources]
broken-source = {workspace=true}
shaderflow = {workspace=true}
[project.scripts]
depthflow = "DepthFlow.__main__:main"
depth = "DepthFlow.__main__:main"
depthdocs = "Website.docs:main"
[tool.hatch.build.targets.wheel]
packages = ["DepthFlow"]
[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 Start -->"
path = "readme.md"