diff --git a/CHANGELOG.md b/CHANGELOG.md index 61662294..1acaf56f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ ## Changelog ## 1.10.0 -- maintenance: modernize typing, packaging and code -- evaluation: review and correct benchmark ground-truth labels, update and speed up alternatives -- performance: stable day-granular cache key and reduced copying -- fixes: preserve tails in element cleaning +- maintenance: modernize code and packaging (#188) +- evaluation: review and correct benchmark, update alternatives (#189) +- performance: code hardening, stable day-granular cache key and reduced copying +- fix: preserve tails in element cleaning ## 1.9.4 - maintenance: remove LXML version constraint (#184) diff --git a/pyproject.toml b/pyproject.toml index 86bc72e8..fadb17ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" name = "htmldate" description = "Fast and robust extraction of original and updated publication dates from URLs and web pages." readme = "README.md" -license = { text = "Apache 2.0" } +license = "Apache-2.0" dynamic = ["version"] requires-python = ">=3.10" authors = [ @@ -31,7 +31,6 @@ classifiers = [ "Intended Audience :: Education", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", - "License :: OSI Approved :: Apache Software License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux",