Initial commit with README

This commit is contained in:
Alex Selimov 2025-08-02 19:12:58 -04:00
commit 24200b899a
5 changed files with 88 additions and 0 deletions

17
pyproject.toml Normal file
View file

@ -0,0 +1,17 @@
[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"