Skip to content

Commit

Permalink
updated pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
SpectraL519 committed Jul 14, 2024
1 parent 983a395 commit 8859d8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ description = "Package with const class decoratos and utility"
authors = [
{name = "SpectraL519"}
]
readme = {file = "README.md", content-type = "text/markdown"}
readme = {file = "README.md", content-type = "text/markdown; charset=UTF-8; variant=GFM"}
license = {file = "LICENSE"}
requires-python = ">= 3.9"
keywords = ["const", "const class", "const classes"]
classifiers = [
"Development Status :: 5 - Production/Stable", # 3 - Alpha, 5 - Production/Stable
"Development Status :: 5 - Production/Stable",

"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand All @@ -30,7 +30,7 @@ classifiers = [
]

[project.optional-dependencies]
dev = ["pre-commit"]
dev = []
test = ["tox"]

[project.urls]
Expand Down

0 comments on commit 8859d8d

Please sign in to comment.