# Template file for 'hatch-fancy-pypi-readme'
pkgname=hatch-fancy-pypi-readme
version=25.1.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="hatchling"
checkdepends="python3-pytest python3-wheel"
short_desc="Fancy PyPI READMEs with Hatch"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="MIT"
homepage="https://github.com/hynek/hatch-fancy-pypi-readme"
changelog="https://github.com/hynek/hatch-fancy-pypi-readme/blob/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/h/hatch-fancy-pypi-readme/hatch_fancy_pypi_readme-${version}.tar.gz"
checksum=9c58ed3dff90d51f43414ce37009ad1d5b0f08ffc9fc216998a06380f01c0045

post_install() {
	vlicense LICENSE.txt
}
