From 9e71d383bf59573a1dd48964a2c7900a57161973 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 11 Feb 2022 16:51:44 +0100 Subject: internationalize using Babel this commit also makes the sdist tarball generated by setuptools REUSE-compliant --- .reuse/dep5 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to '.reuse/dep5') diff --git a/.reuse/dep5 b/.reuse/dep5 index 9cf1093..7cd5158 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -3,8 +3,10 @@ Upstream-Name: Hydrilla builder Upstream-Contact: Wojtek Kosior Source: https://git.koszko.org/hydrilla-builder -# Sample paragraph, commented out: -# -# Files: src/* -# Copyright: $YEAR $NAME <$CONTACT> -# License: ... +Files: PKG-INFO setup.cfg src/hydrilla/builder/_version.py + src/hydrilla.builder.egg-info/* +Copyright: 2022 Wojtek Kosior +License: CC0-1.0 +Comment: Those are files that setuptools generate in sdist. + `setup.cfg` gets stripped of comments during generation of + sdist, so we include it here as well. -- cgit v1.2.3