aboutsummaryrefslogtreecommitdiff
path: root/.reuse
diff options
context:
space:
mode:
Diffstat (limited to '.reuse')
-rw-r--r--.reuse/dep512
1 files changed, 7 insertions, 5 deletions
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 <koszko@koszko.org>
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 <koszko@koszko.org>
+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.