Skip to content

Commit

Permalink
Update pycron version to 3.1.1 and metadata
Browse files Browse the repository at this point in the history
- Bump version from 3.1.0 to 3.1.1 in `pyproject.toml`.
- Update author email address to include `+pycron` suffix for better identification.
- Add homepage and repository URLs to the project metadata for easier accessibility.
- Include "cron" as a keyword for improved searchability.
  • Loading branch information
kipe committed Sep 27, 2024
1 parent 0bc3d6c commit b8e374e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[tool.poetry]
name = "pycron"
version = "3.1.0"
version = "3.1.1"
description = "Simple cron-like parser, which determines if current datetime matches conditions."
authors = ["Kimmo Huoman <[email protected]>"]
authors = ["Kimmo Huoman <kipenroskaposti+pycron@gmail.com>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/kipe/pycron"
repository = "https://github.com/kipe/pycron"
keywords = ["cron", "parser"]

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
Expand Down

0 comments on commit b8e374e

Please sign in to comment.