From f7e8cbde5829f29765f92fb055bb686bf77129cd Mon Sep 17 00:00:00 2001 From: Alejandro Frias <3598338+AlejandroFrias@users.noreply.github.com> Date: Wed, 27 Aug 2025 18:09:03 -0500 Subject: [PATCH] add pypi classifiers --- pyproject.toml | 7 ++++++- uv.lock | 3 +-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 88978aa..8b3199f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "case-conversion" -version = "3.0.0" +version = "3.0.1" description = "Convert between different types of cases (unicode supported)" license = "MIT" authors = [{ name = "Alejandro Frias", email = "joker454@gmail.com" }] @@ -22,6 +22,11 @@ keywords = [ ] readme = "README.md" requires-python = ">=3.10" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", + "Programming Language :: Python :: 3", +] [project.urls] Issues = "https://github.com/AlejandroFrias/case-conversion/issues" diff --git a/uv.lock b/uv.lock index 06a07b6..6493f1b 100644 --- a/uv.lock +++ b/uv.lock @@ -4,7 +4,7 @@ requires-python = ">=3.10" [[package]] name = "case-conversion" -version = "3.0.0" +version = "3.0.1" source = { editable = "." } [package.dev-dependencies] @@ -20,7 +20,6 @@ dev = [ [package.metadata] [package.metadata.requires-dev] -build = [] dev = [ { name = "coverage-badge", specifier = ">=1.1.2" }, { name = "parameterized", specifier = ">=0.9.0" },