From 00f559d63bbe7521da5ea8da0b70c60390fba29e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 23 Apr 2024 08:39:14 +0200 Subject: [PATCH] Add the readme contents to PyPI (#250) --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 88cd655c..67957590 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,8 +31,9 @@ description = "SNI proxy with TCP multiplexer" keywords = ["sni", "proxy", "multiplexer", "tls"] license = {text = "GPL v3"} name = "snitun" +readme = "README.md" requires-python = ">=3.8" -version = "0.37.0" +version = "0.37.1" [project.optional-dependencies] lint = [