mirror of
https://github.com/tomasriveral/ReSSPublica.git
synced 2026-08-11 18:28:38 +02:00
13 lines
283 B
TOML
13 lines
283 B
TOML
[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"
|