first commit

This commit is contained in:
2026-08-21 15:21:29 +02:00
parent e8c6f98182
commit bcb8f9532f
22 changed files with 1980 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "librenet-scanner"
version = "0.1.0"
description = "Scanner réseau graphique libre pour Linux, basé sur Nmap et arp-scan"
readme = "README.md"
requires-python = ">=3.11"
license = {text = "GPL-3.0-or-later"}
authors = [{name = "LibreNet Scanner contributors"}]
[project.scripts]
librenet-scanner = "librenet_scanner.main:main"
[tool.setuptools]
package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]