Skip to content

Commit

Permalink
chore: Update project toml
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Feb 1, 2024
1 parent 73828c6 commit 6422ce5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ requires-python = ">=3.11"

[tool.poetry]
name = "enka-py"
version = "0.1.0"
version = "1.0.0"
description = "An async API wrapper for enka.network written in Python."
authors = ["seriaati <seria.ati@gmail.com>"]
license = "GNU GPL v3.0"
readme = "README.md"
repository = "https://github.com/seriaati/enka-py"
packages = [{include = "enka"}]

[tool.poetry.dependencies]
python = "^3.11"
Expand Down

0 comments on commit 6422ce5

Please sign in to comment.