From 3b871ceb9da2c69abab7bcc289d7db7aa251c52a Mon Sep 17 00:00:00 2001 From: Malfurious Date: Mon, 24 Mar 2025 02:38:50 -0400 Subject: pyproject: Fix readme file definition Since renaming the file to "README" (no file extension), the build backend can no longer automatically determine the file content type, so specify text/plain in pyproject.toml. Signed-off-by: Malfurious --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index b1c835d..957525c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "nsploit" version = "0.5.0" requires-python = ">=3.9" description = "(n)sploit is a process interaction tool with software exploitation utilities" -readme = "README" +readme = {file = "README", content-type = "text/plain"} license = {file = "UNLICENSE"} maintainers = [{email = "nsploit-devl@normalmode.org"}] -- cgit v1.2.3