From bb65a27f9d4de1a4d790fc571b80908506d64039 Mon Sep 17 00:00:00 2001 From: Sima Bagheri <37793675+simaba@users.noreply.github.com> Date: Thu, 16 Jul 2026 11:42:24 +0800 Subject: [PATCH] chore: add public package metadata --- pyproject.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 5dd5fc1..0924e0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,26 @@ version = "0.1.0" description = "Reusable program-management harness with templates, skills, examples, and lightweight PM utilities" readme = "README.md" requires-python = ">=3.10" +license = { file = "LICENSE" } +authors = [ + { name = "Sima Bagheri" } +] +keywords = [ + "program-management", + "project-management", + "templates", + "pm-utilities", +] +classifiers = [ + "Development Status :: 3 - Alpha", + "License :: OSI Approved :: MIT License", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Topic :: Office/Business", + "Topic :: Software Development :: Documentation", +] dependencies = [ "PyYAML>=6.0", "jsonschema>=4.22",