generated from coulomb/repo-seed
20 lines
451 B
TOML
20 lines
451 B
TOML
[build-system]
|
|
requires = ["setuptools>=68"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "email-connect"
|
|
version = "0.1.0"
|
|
description = "Provider-neutral email communication and evidence service."
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
license = { file = "LICENSE" }
|
|
authors = [{ name = "Coulomb" }]
|
|
dependencies = []
|
|
|
|
[project.scripts]
|
|
email-connect = "email_connect.cli:main"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|