diff --git a/README.md b/README.md index eebb120..e4831aa 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,8 @@ lgtm-logo - - -[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-) - - ![Python Version](https://img.shields.io/badge/python-3.13%2B-blue?logo=python&logoColor=yellow) +[![PyPI version](https://img.shields.io/pypi/v/pytest-catnip?logo=python&logoColor=f5f5f5)](https://pypi.org/project/pytest-catnip/) **pytest-catnip** is a pytest plugin for integration-testing [pipecat](https://github.com/pipecat-ai/pipecat) voicebots declaratively, using plain YAML files. @@ -623,10 +619,6 @@ configuring pre-commit to execute some of them can be beneficial to reduce late just pre-commit ``` -> [!note] 🔗 Useful links -> - [API Development Guidelines](https://www.notion.so/msdevelopment/Development-Guidelines-623677e75f69473abc743ce1d381eb6b) -> -> - [Code Review Guidelines](https://www.notion.so/msdevelopment/Code-Review-Guidelines-82023d1814b442e486ed38e648c5d86e) ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): diff --git a/pyproject.toml b/pyproject.toml index c937905..d5b61da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,27 @@ dependencies = [ "pipecat-ai >=1.3.0", "pydantic >=2.13.4", ] +readme = "README.md" +keywords = [ + "AI", + "pytest", + "pytest-plugin", + "pipecat-ai", + "pipecat", +] +classifiers = [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Topic :: Software Development :: Quality Assurance", + "Topic :: Software Development :: Code Generators", + "Topic :: Utilities", + "Topic :: Scientific/Engineering :: Artificial Intelligence", + "License :: OSI Approved :: MIT License", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Operating System :: OS Independent" +] [project.optional-dependencies] judge-gemini = ['google-genai >=1.0.0']