From 0ab2a9ce7a16644fdc4fb7606f51d5f61463b5e9 Mon Sep 17 00:00:00 2001 From: NathanSaucet Date: Mon, 25 Apr 2022 20:00:02 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5f58c20..31879da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,16 +1,21 @@ [tool.poetry] name = "Surikatz" -version = "1.0" +version = "1.1" description = "A powerful tool for searching informations during pentest" -authors = ["alphae-nix <18laurent@gmail.com>", - "Anemys ", - "NathanSaucet ", - "Mogulzz ", - "blackjack-nix ", - "CappiLucky " ] +authors = ["alphae-nix <18laurent@gmail.com>","Anemys ","NathanSaucet ","Mogulzz ","blackjack-nix ","CappiLucky ",] +license = "GPL-3.0-only" + readme = "README.md" + include = ["surikatz/static/.env"] +repository = "https://github.com/Projet-AKKA-E4/Surikatz" + +classifiers = [ + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", + "Programming Language :: Python :: 3" +] + [tool.poetry.dependencies] python = "^3.9" click = "^8.0.4"