Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwGeneral committed Apr 25, 2022
1 parent 230ea66 commit 0ab2a9c
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"Anemys <[email protected]>",
"NathanSaucet <[email protected]>",
"Mogulzz <[email protected]>",
"blackjack-nix <[email protected]>",
"CappiLucky <[email protected]>" ]
authors = ["alphae-nix <[email protected]>","Anemys <[email protected]>","NathanSaucet <[email protected]>","Mogulzz <[email protected]>","blackjack-nix <[email protected]>","CappiLucky <[email protected]>",]
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"
Expand Down

0 comments on commit 0ab2a9c

Please sign in to comment.