release: lineartization v1.6.1 - color/handwritten image to line-art (skeleton & minimum modes, tunable denoise)
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=61.0", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "lineartization"
|
||||
version = "1.6.1"
|
||||
description = "彩色插图/手抄报 一键转换为黑白线稿 (汉字清晰、线条连贯、粗细统一)"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
license = { text = "MIT" }
|
||||
authors = [
|
||||
{ name = "DVS" },
|
||||
]
|
||||
keywords = [
|
||||
"lineart", "line-art", "sketch", "skeleton", "thinning",
|
||||
"image-processing", "opencv", "手抄报", "线稿", "提取线稿",
|
||||
]
|
||||
classifiers = [
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Topic :: Multimedia :: Graphics",
|
||||
"Topic :: Multimedia :: Graphics :: Graphics Conversion",
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
"numpy>=1.21",
|
||||
"opencv-python>=4.5",
|
||||
"opencv-contrib-python>=4.5",
|
||||
"scikit-image>=0.19",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"pytest>=7.0",
|
||||
"build>=1.0",
|
||||
"twine>=4.0",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://git.dvscloud.net/dvs/lineartization"
|
||||
Repository = "https://git.dvscloud.net/dvs/lineartization"
|
||||
"Issue Tracker" = "https://git.dvscloud.net/dvs/lineartization/issues"
|
||||
|
||||
[project.scripts]
|
||||
lineartization = "lineartization:main"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["lineartization"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
lineartization = ["py.typed"]
|
||||
Reference in New Issue
Block a user