From 97a365c70679966bb66c4d77b16fb5ccebebe55b Mon Sep 17 00:00:00 2001 From: PyryL Date: Sun, 11 Dec 2022 19:11:03 +0200 Subject: [PATCH] added project information --- pyproject.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3b9e3ce..4c692f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,9 +2,15 @@ name = "fixedcal" version = "1.0.0" description = "Fixed calendar package" -authors = ["PyryL "] +authors = ["Pyry Lahtinen "] license = "MIT" readme = "README.md" +repository = "https://github.com/PyryL/fixedcal" +keywords = ["International Fixed Calendar", "IFC", "date", "datetime"] +classifiers = [ + "Intended Audience :: Developers", + "Topic :: Software Development :: Libraries :: Python Modules" +] [tool.poetry.dependencies] python = "^3.10"