Files
firefox_decrypt-mirror/pyproject.toml
2023-05-14 15:56:02 +02:00

16 lines
478 B
TOML

[project]
name = "firefox-decrypt"
version = "1.0.0"
description = "Firefox Decrypt is a tool to extract passwords from Mozilla (Firefox™, Waterfox™, Thunderbird®, SeaMonkey®) profiles"
authors = [{name = "Renato Alves"}]
requires-python = ">=3.9"
license = {text = "GPL-3.0-only"}
readme = "README.md"
[project.scripts]
firefox_decrypt = "firefox_decrypt:run_ffdecrypt"
[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"