Skip to content

Commit 805f8c3

Browse files
authored
Change license format in pyproject.toml
1 parent 1b46260 commit 805f8c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ version = "0.2.0"
88
description = "BladeRecon - Fast, lightweight reconnaissance framework for attack surface discovery, bug bounty hunting, and web security assessments."
99
readme = "README.md"
1010
requires-python = ">=3.8"
11-
license = "MIT"
12-
license-files = ["LICENSE"]
11+
license = { text = "MIT" }
12+
1313
authors = [
1414
{ name = "Mohamed Kotb", email = "ma7660@fayoum.edu.eg" }
1515
]

0 commit comments

Comments
 (0)