pre-commit-debian/setup.cfg

20 lines
493 B
INI

[metadata]
name = pre-commit-debian
version = 0.1
description = Pre-commit hook for debian/
author = Frédéric Péters
author_email = fpeters@entrouvert.com
license = GPL
license_file = COPYING
classifiers =
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
[options]
packages = find:
[options.entry_points]
console_scripts =
pre-commit-debian = pre_commit_debian:main