From c7e5d9fbec9418d856be961358e35f603bbbf523 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 6 Nov 2024 21:52:32 -0600 Subject: configure as pypi hosted app --- pyproject.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..43c4421 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,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" -- cgit v1.2.3-70-g09d2