🔧 Update pyproject.toml

This commit is contained in:
洛水居室 2023-08-11 16:18:02 +08:00
parent bc5e26cde7
commit 903a9bc098
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -1,10 +1,13 @@
[tool.poetry] [tool.poetry]
name = "Python-Genshin-Aartifact" name = "Python-Genshin-Artifact"
version = "0.1.0" version = "0.1.0"
description = "A Python library that binds to Genshin Artifact damage calculation and analysis engine." description = "A Python library that binds to Genshin Artifact damage calculation and analysis engine."
authors = ["luoshuijs"] authors = ["luoshuijs"]
license = "MIT license" license = "MIT license"
readme = "README.md" readme = "README.md"
packages = [
{ include = "python_genshin_artifact" },
]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"