From d7db33911b16d19f05a2880c279da41e3624804c Mon Sep 17 00:00:00 2001 From: Simon Gurcke Date: Thu, 27 Jun 2024 11:48:14 +1000 Subject: [PATCH] Update package metadata --- README.md | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 465b150..0ea9b13 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ - Apitally logo + Apitally logo

API monitoring made easy.

-

Apitally is a simple and affordable API monitoring tool with a focus on data privacy.
It is super easy to use for API projects in Python or Node.js and never collects sensitive data.

+

Apitally is a simple API monitoring & analytics tool with a focus on data privacy.
It is super easy to use for API projects in Python or Node.js and never collects sensitive data.

🔗 apitally.io

@@ -18,8 +18,8 @@ # Apitally client library for Python -[![Tests](https://github.com/apitally/python-client/actions/workflows/tests.yaml/badge.svg?event=push)](https://github.com/apitally/python-client/actions) -[![Codecov](https://codecov.io/gh/apitally/python-client/graph/badge.svg?token=UNLYBY4Y3V)](https://codecov.io/gh/apitally/python-client) +[![Tests](https://github.com/apitally/apitally-py/actions/workflows/tests.yaml/badge.svg?event=push)](https://github.com/apitally/apitally-py/actions) +[![Codecov](https://codecov.io/gh/apitally/apitally-py/graph/badge.svg?token=UNLYBY4Y3V)](https://codecov.io/gh/apitally/apitally-py) [![PyPI](https://img.shields.io/pypi/v/apitally?logo=pypi&logoColor=white&color=%23006dad)](https://pypi.org/project/apitally/) This client library for Apitally currently supports the following Python web diff --git a/pyproject.toml b/pyproject.toml index 972b796..0b3321f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,13 +5,13 @@ build-backend = "poetry_dynamic_versioning.backend" [tool.poetry] name = "apitally" version = "1.0.0" -description = "API monitoring for REST APIs built with FastAPI, Flask, Django, Starlette and Litestar." +description = "Simple API monitoring & analytics for REST APIs built with FastAPI, Flask, Django, Starlette and Litestar." readme = "README.md" authors = ["Apitally "] license = "MIT License" homepage = "https://apitally.io" documentation = "https://docs.apitally.io" -repository = "https://github.com/apitally/python-client" +repository = "https://github.com/apitally/apitally-py" classifiers = [ "Development Status :: 5 - Production/Stable", "Framework :: Django",