File: set-pyproject-license.patch

package info (click to toggle)
harmonypy 0.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,092 kB
  • sloc: python: 393; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 409 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Diane Trout <diane@ghic.org>
Description: Our version of hatchling crashed on the empty license
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@
 dynamic = ["version"]
 description = "A data integration algorithm."
 readme = "README.md"
-license = ""
+license = "GPL-3.0-or-later"
 requires-python = ">=3.6"
 authors = [
     { name = "Kamil Slowikowski", email = "kslowikowski@gmail.com" },