Fixes Metadata #4

Merged
HideyoshiNakazone merged 1 commits from fixes-metadata into main 2025-04-10 04:15:04 +00:00
2 changed files with 22 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- "3.10" - "3.10"
- "3.11" - "3.11"
- "3.12" - "3.12"
- "3.13"
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@@ -3,6 +3,22 @@ name = "jambo"
dynamic = ["version"] dynamic = ["version"]
description = "Add your description here" description = "Add your description here"
requires-python = ">=3.10,<4.0" requires-python = ">=3.10,<4.0"
maintainers = [
{ name = "Vitor Hideyoshi", email = "vitor.h.n.batista@gmail.com" },
]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
license = { file = "LICENSE" }
readme = "README.md" readme = "README.md"
# Project Dependencies # Project Dependencies
@@ -20,6 +36,11 @@ dev = [
] ]
[project.urls]
homepage = "https://github.com/HideyoshiNakazone/jambo"
repository = "https://github.com/HideyoshiNakazone/jambo.git"
# POE Tasks # POE Tasks
[tool.poe.tasks] [tool.poe.tasks]
create-hooks = "bash .githooks/set-hooks.sh" create-hooks = "bash .githooks/set-hooks.sh"