File: _metadata.py

package info (click to toggle)
git-delete-merged-branches 7.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 300 kB
  • sloc: python: 1,843; sh: 26; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 219 bytes parent folder | download
1
2
3
4
5
6
# Copyright (C) 2020-2022 Sebastian Pipping <sebastian@pipping.org>
# Licensed under GPL v3 or later

APP = "git-delete-merged-branches"
DESCRIPTION = "Command-line tool to delete merged Git branches"
VERSION = "7.5.0"