Home

py-spectre @main - refs - log -
-
https://git.jolheiser.com/py-spectre.git
Python implementation for Spectre/Masterpassword
py-spectre / pyproject.toml
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
[project]
name = "spectre"
version = "0.1.0"
description = "Python implementation of Spectre/Masterpassword"
readme = "README.md"
authors = [
    { name = "jolheiser", email = "git@jolheiser.com" }
]
requires-python = ">=3.9"
dependencies = []
license = "GPL-3.0"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"