flake: init flake.nix and pyproject.toml

This commit is contained in:
2026-06-03 13:58:28 +02:00
parent e4f25a2bd4
commit 938b4c712a
3 changed files with 110 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "nixpkgs-notifier"
version = "1.0"
description = "Nixpkgs tracker notifier"
requires-python = ">=3.10"
[project.scripts]
nixpkgs-notifier = "nixpkgs_notifier:main"