18 lines
369 B
TOML
18 lines
369 B
TOML
|
[project]
|
||
|
name = "rss2newsletter"
|
||
|
version = "0.1.0"
|
||
|
description = "Add your description here"
|
||
|
readme = "README.md"
|
||
|
authors = [
|
||
|
{ name = "Alex Selimov", email = "alex@alexselimov.com" }
|
||
|
]
|
||
|
requires-python = ">=3.13"
|
||
|
dependencies = []
|
||
|
|
||
|
[project.scripts]
|
||
|
rss2newsletter = "rss2newsletter:main"
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["hatchling"]
|
||
|
build-backend = "hatchling.build"
|