加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 744 Bytes
一键复制 编辑 原始数据 按行查看 历史
Paul-Edouard Sarlin 提交于 2024-02-16 09:18 . Pin black version (#115)
[project]
name = "lightglue"
description = "LightGlue: Local Feature Matching at Light Speed"
version = "0.0"
authors = [
{name = "Philipp Lindenberger"},
{name = "Paul-Edouard Sarlin"},
]
readme = "README.md"
requires-python = ">=3.6"
license = {file = "LICENSE"}
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
urls = {Repository = "https://github.com/cvg/LightGlue/"}
dynamic = ["dependencies"]
[project.optional-dependencies]
dev = ["black==23.12.1", "flake8", "isort"]
[tool.setuptools]
packages = ["lightglue"]
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
[tool.isort]
profile = "black"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化