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