From c670d9878699d62c1557cc9d3b13042f99d482f5 Mon Sep 17 00:00:00 2001 From: "Val Neekman (AvidCoder)" Date: Mon, 2 Oct 2023 15:44:57 -0400 Subject: [PATCH] remove long_description --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1a1cb4..dd3ae0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ authors = [ {name = "Val Neekman", email = "info@neekware.com"}, ] description = "A Python package to retrieve user's IP address" -long_description = {file = ["README.md"]} requires-python = ">=3.7" dynamic = ["version", "readme"] license = {text = "MIT"}