From 2ba4438f64fa7af053cd8a7a907d2d18f503bb18 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Thu, 23 Feb 2023 01:32:37 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4b41cd0..a5784c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,15 +24,6 @@ dependencies = [ "pyreadline3", ] -# dynamic = ["version", "description"] - -# [project.optional-dependencies] -# gui = ["PyQt5"] -# cli = [ -# "rich", -# "click", -# ] - [project.urls] homepage = "https://github.com/bellingcat/octosuite" documentation = "https://github.com/bellingcat/octosuite/wiki" @@ -40,9 +31,3 @@ repository = "https://github.com/bellingcat/octosuite.git" [project.scripts] octosuite = "octosuite.main:octosuite" - -# [project.gui-scripts] -# spam-gui = "spam:main_gui" - -# [project.entry-points."spam.magical"] -# tomatoes = "spam:main_tomatoes"