diff --git a/README.md b/README.md index e1ba07c..7f03ab7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Yandex Lockbox Client +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/yc-lockbox.svg)](https://pypi.org/project/yc-lockbox/) +[![PyPi Package](https://img.shields.io/pypi/v/yc-lockbox.svg)](https://pypi.org/project/yc-lockbox/) + This library is a simple client for working with **[Yandex Lockbox](https://cloud.yandex.ru/en/docs/lockbox/)** over [REST API](https://cloud.yandex.ru/en/docs/lockbox/api-ref/), simplifying work with secrets and allowing you to work with them in the OOP paradigm. **[Full library documentation link](https://akimrx.github.io/python-yc-lockbox/)** diff --git a/setup.py b/setup.py index 04a449b..c2684ee 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ def main() -> None: description="Yandex Lockbox client", long_description=build_description(), long_description_content_type="text/markdown", - url=metadata.get("__url__"), + url=meta.get("__url__"), python_requires=">=3.10", packages=find_packages(), install_requires=get_requirements(),