We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edcf81f commit b4075c2Copy full SHA for b4075c2
2 files changed
.github/workflows/publish.yml
@@ -1,3 +1,6 @@
1
+# SPDX-FileCopyrightText: Blair Bonnett
2
+# SPDX-License-Identifier: BSD-3-Clause
3
+
4
name: Build and publish Python distributions
5
6
# Build distributions on every push. Only tagged versions will be published.
doc/REUSE.toml
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: 0BSD
+version = 1
+[[annotations]]
7
+path = "**/*.toml"
8
+SPDX-FileCopyrightText = "Blair Bonnett"
9
+SPDX-License-Identifier = "0BSD"
0 commit comments