imap_filter/pyproject.toml

26 lines
657 B
TOML
Raw Permalink Normal View History

2024-09-04 10:03:48 +02:00
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project.urls]
2024-09-30 10:37:04 +02:00
Homepage = "https://repos.susurrando.com/adelgado/imap_filter.git"
2024-09-04 10:03:48 +02:00
[project]
name = "imap_filter"
2024-09-30 22:59:20 +02:00
version = "0.0.3"
2024-09-04 10:03:48 +02:00
description = "IMAP filter tool"
readme = "README.md"
2024-09-30 10:37:04 +02:00
authors = [{ name = "Antonio J. Delgado", email = "ad@susurrando.com" }]
2024-09-04 10:03:48 +02:00
license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: GPLv3 License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
]
#keywords = ["vCard", "contacts", "duplicates"]
dependencies = [
"click",
"click_config_file",
]
2024-09-30 10:37:04 +02:00
requires-python = ">=3"