Skip to content

Commit

Permalink
refs/heads/59-the-description-in-github-and-pypi-is-different (#66)
Browse files Browse the repository at this point in the history
## Description

Fix the repository description in PyPI.

Co-authored-by: Noritaka IZUMI <[email protected]>
  • Loading branch information
chronovoyage-app[bot] and noritakaIzumi authored Nov 17, 2024
1 parent fc277c8 commit 92b2a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "chronovoyage"
dynamic = ["version"]
description = 'My database migration framework.'
description = 'Simple database migration framework.'
readme = {"file" = "README.md", "content-type" = "text/markdown"}
requires-python = ">=3.8"
license = { file = "LICENSE.txt" }
Expand Down

0 comments on commit 92b2a39

Please sign in to comment.