pyproject: init

This commit is contained in:
2026-06-14 11:38:19 +02:00
parent 2ce52e5748
commit 99f47138ee
2 changed files with 46 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "resspublica"
version = "0.1"
description = "RSS feeds for swiss federal and cantonal iniciatives."
requires-python = ">=3.10"
[project.scripts]
nixpkgs-notifier = "resspublica:main"