diff --git a/README.md b/README.md index 986bf1c..b36fc21 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![ty](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ty/main/assets/badge/v0.json)](https://github.com/astral-sh/ty) -`lite-bootstrap` assists you in creating applications with all the necessary instruments already set up. +`lite-bootstrap` helps you bootstrap production-ready Python microservices with all the necessary instruments already set up. With `lite-bootstrap`, you receive an application with lightweight built-in support for: - `sentry` diff --git a/pyproject.toml b/pyproject.toml index 82dd146..a8cc3ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,26 +1,16 @@ [project] name = "lite-bootstrap" -description = "Lite package for bootstrapping new microservices" +description = "Lightweight bootstrap for production-ready Python microservices" authors = [ { name = "Artur Shiriev", email = "me@shiriev.ru" }, ] readme = "README.md" requires-python = ">=3.10,<4" license = "MIT" -keywords = [ - "python", - "microservice", - "bootstrap", - "opentelemetry", - "sentry", - "error-tracing", - "fastapi", - "litestar", - "faststream", - "structlog", - "fastmcp", -] +keywords = ["microservices", "bootstrap", "opentelemetry", "sentry", "error-tracing", "fastapi", "litestar", "faststream", "structlog", "fastmcp", "python"] classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", @@ -35,8 +25,11 @@ dependencies = [ ] [project.urls] -repository = "https://github.com/modern-python/lite-bootstrap" -docs = "https://lite-bootstrap.modern-python.org" +Homepage = "https://lite-bootstrap.modern-python.org" +Documentation = "https://lite-bootstrap.modern-python.org" +Repository = "https://github.com/modern-python/lite-bootstrap" +Issues = "https://github.com/modern-python/lite-bootstrap/issues" +Changelog = "https://github.com/modern-python/lite-bootstrap/releases" [project.optional-dependencies] sentry = [