mirror of
https://github.com/tomasriveral/nixpkgs-notifier.git
synced 2026-08-12 02:38:37 +02:00
flake: init flake.nix and pyproject.toml
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user