Skip to content

Commit

Permalink
fix: Fix project version and license
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed May 26, 2024
1 parent e6eede8 commit 2d94df4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ dependencies = [
]
description = "Async API wrapper for KuroBBS written in Python."
name = "kuro"
version = "0.1.0"
requires-python = ">=3.10"

[tool.poetry]
Expand All @@ -16,7 +15,7 @@ description = "Async API wrapper for KuroBBS written in Python."
documentation = "https://github.com/Wuthery/kuro.py"
homepage = "https://github.com/Wuthery/kuro.py"
keywords = ["kuro", "wuwa", "api", "wraper", "kurobbs"]
license = "GNU"
license = "GPL-3.0"
maintainers = [
"JokelBaf <[email protected]>",
]
Expand Down

0 comments on commit 2d94df4

Please sign in to comment.