From 8859d8d358e085fcd2962365c9265415a0cc9d44 Mon Sep 17 00:00:00 2001 From: SpectraL519 Date: Sun, 14 Jul 2024 12:53:02 +0200 Subject: [PATCH] updated pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7389c00..1fec543 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -30,7 +30,7 @@ classifiers = [ ] [project.optional-dependencies] -dev = ["pre-commit"] +dev = [] test = ["tox"] [project.urls]