Source: hatch-tryton
Section: python
Priority: optional
Maintainer: Debian Tryton Maintainers <team+tryton-team@tracker.debian.org>
Uploaders: Mathias Behrle <mathiasb@m9s.biz>
Build-Depends: debhelper-compat (= 13),
               pybuild-plugin-pyproject,
               python3-hatchling,
               python3-all
Standards-Version: 4.7.3
Homepage: https://foss.heptapod.net/tryton/hatch-tryton
Vcs-Git: https://salsa.debian.org/tryton-team/hatch-tryton.git
Vcs-Browser: https://salsa.debian.org/tryton-team/hatch-tryton

Package: python3-hatch-tryton
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-hatchling
Description: hatchling plugin for Tryton
 A ``hatchling`` plugin to manage Tryton dependencies.
 .
 Include it as a plugin to your ``pyproject.toml`` to manage dynamically
 'version', 'dependencies', 'optional-dependencies', 'authors', 'readme'
 according to the layout of Tryton packages.
