Source: setupmeta-dmo
Section: python
Maintainer: Christian Marillat <marillat@deb-multimedia.org>
Bugs: mailto:marillat@deb-multimedia.org
Homepage: https://github.com/codrsquad/setupmeta
Standards-Version: 4.7.3
Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-dev,
 pybuild-plugin-pyproject, python3-setuptools,

Package: python3-setupmeta
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: Simplify your setup.py
 Writing a setup.py typically involves lots of boilerplate and copy-pasting
 from project to project.
 .
 This package aims to simplify that and bring some DRY principle to python
 packaging.
