File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ description = "A high-performance WARC parsing library for Python written in C++
99authors = [
1010 { name = " Janek Bevendorff" }
1111]
12- license = " Apache-2.0"
12+ license = { text = " Apache License 2.0" }
13+ # TODO: Replace with this once we deprecate Python 3.8 and upgrade to setuptools 77:
14+ # license = "Apache-2.0"
1315readme = " README.md"
1416requires-python = " >=3.8"
1517dependencies = [
Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ description = "A collection of robust and fast processing tools for parsing and
99authors = [
1010 { name = " Janek Bevendorff" }
1111]
12- license = " Apache-2.0"
12+ license = { text = " Apache License 2.0" }
13+ # TODO: Replace with this once we deprecate Python 3.8 and upgrade to setuptools 77:
14+ # license = "Apache-2.0"
1315readme = " README.md"
1416requires-python = " >=3.8"
1517dependencies = [
You can’t perform that action at this time.
0 commit comments