summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 43c4421cff00aaa9a9e4056dad6ea763580a5668 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[project]
name = "yoshi-cli"
version = "0.1.0"
authors = [
  { name="Christian Cleberg", email="hello@cleberg.net" },
]
description = "A password manager for the command line."
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
    "Programming Language :: Python :: 3",
    "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
    "Operating System :: OS Independent",
]

[project.urls]
Homepage = "https://github.com/ccleberg/yoshi"
Issues = "https://github.com/ccleberg/yoshi/issues"