Source: flake8-copyright
Section: python
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 dh-sequence-single-binary,
 python3-all,
 python3-setuptools,
Standards-Version: 4.7.4
Homepage: https://github.com/savoirfairelinux/flake8-copyright
Vcs-Browser: https://forgejo.debian.net/python/flake8-copyright
Vcs-Git: https://forgejo.debian.net/python/flake8-copyright

Package: python3-flake8-copyright
Section: python
Architecture: all
Description: code checker using pycodestyle and pyflakes - copyright checker
 Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script.
 Flake8 runs all tools by launching the single 'flake8' script, but ignores
 pycodestyle and PyFlakes extended options and just uses defaults. It displays
 the warnings in a per-file, merged output.
 .
 This package contains the checks for copyright notices in all Python files.
