Skip to content

Commit f473077

Browse files
committed
Revert setuptools deprecation change
1 parent 7a0e572 commit f473077

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

fastwarc/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ description = "A high-performance WARC parsing library for Python written in C++
99
authors = [
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"
1315
readme = "README.md"
1416
requires-python = ">=3.8"
1517
dependencies = [

resiliparse/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ description = "A collection of robust and fast processing tools for parsing and
99
authors = [
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"
1315
readme = "README.md"
1416
requires-python = ">=3.8"
1517
dependencies = [

0 commit comments

Comments
 (0)