/
githubmirror
/
nmap
Обзор
Документация
Войти
/
githubmirror
/
nmap
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ndiff/pyproject.toml
30 строк
783 B
dmiller
Ndiff: use Zenmap's Version.py
16 мар 2026, 20:25
16 мар 2026, 20:25
f024e40
Код
Авторство
О чём код?
[build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" [project] name = "ndiff" license = {text = "Nmap License (https://nmap.org/book/man-legal.html)"} dynamic = ["version"] authors = [{name = "The Nmap Project"}] description = "Nmap scan diff tool" readme = {file = "README", content-type = "text/plain"} [project.urls] Homepage = "https://nmap.org/ndiff/" Documentation = "https://nmap.org/book/ndiff-man.html" Repository = "https://github.com/nmap/nmap.git" Issues = "https://github.com/nmap/nmap/issues" Changelog = "https://nmap.org/changelog" [project.scripts] ndiff = "ndiff:run_main" [tool.setuptools] py-modules = ["ndiff"] [tool.setuptools.dynamic] version = {attr = "Version.VERSION"} #[tool.setuptools.packages.find] #include = ["ndiff"]