From 2d5e78acb08a4ae686a25d885e3204921ea62350 Mon Sep 17 00:00:00 2001 From: Eduard Kaverinskyi Date: Tue, 1 Oct 2024 20:03:38 +0200 Subject: [PATCH] pyproject.toml: add whois to packages list --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9c01f67..4ec03eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ name = "whohacks" version = "1.5.0" description = "" authors = ["Norbert Szulc "] +packages = [{ include = "whois" }] [tool.poetry.dependencies] python = "^3.11"