head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.09.08.11.31.50; author adam; state Exp; branches; next ; commitid NCWPCrgEOm1gkOUG; desc @@ 1.1 log @py-eth-rlp: updated to 3.0.0 eth-rlp v3.0.0-beta.1 (2025-12-17) Breaking Changes - Drop support for Python 3.8 and 3.9 Features - Add support for pyrlp v5 and Python 3.14 @ text @$NetBSD$ Don't install docs. --- pyproject.toml.orig 2026-09-08 11:30:07.121196883 +0000 +++ pyproject.toml @@@@ -68,7 +68,7 @@@@ dev = [ ] [tool.setuptools.packages.find] -exclude = ["scripts", "scripts.*", "tests", "tests.*"] +exclude = ["docs", "docs.*", "scripts", "scripts.*", "tests", "tests.*"] [tool.setuptools.package-data] eth_rlp = ["py.typed"] @