Skip to content

Commit

Permalink
Update project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
myl7 committed Dec 5, 2024
1 parent b15458f commit 938cf31
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
[tool.poetry]
package-mode = false
[project]
name = "mylmoe"
version = "0.8.0"
description = "myl7's blog"
authors = ["myl7 <[email protected]>"]
license = "Apache-2.0 AND CC-BY-4.0"
license = { text = "Apache-2.0 AND CC-BY-4.0" }
readme = "README.md"
homepage = "https://myl.moe"
repository = "https://github.com/myl7/mylmoe"
keywords = ["blog"]

[tool.poetry]
package-mode = false

[tool.poetry.dependencies]
python = "^3.12"
mkdocs-material = "^9.5.44"
Expand Down

0 comments on commit 938cf31

Please sign in to comment.