Skip to content

Commit

Permalink
Update python version & Fix version to be a string
Browse files Browse the repository at this point in the history
Signed-off-by: Mmesek <13630781+Mmesek@users.noreply.github.com>
  • Loading branch information
Mmesek committed May 8, 2024
1 parent 4e31e7d commit db68267
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[project]
name = "MFramework.py"
version = 5
authors = [
{ name="Mmesek" }
]
version = "5"
authors = [{ name = "Mmesek" }]
description = "Command framework for mDiscord"
readme = "README.md"
classifiers = [
Expand All @@ -25,7 +23,7 @@ profile = "black"

[tool.black]
line-length = 120
target-version = ["py311"]
target-version = ["py312"]

[tool.pytest.ini_options]
addopts = "--cov=MFramework tests/"

0 comments on commit db68267

Please sign in to comment.