From fa273790b46b196c5cc177f9784eaae959d105e7 Mon Sep 17 00:00:00 2001 From: Ilya Sapunov Date: Mon, 17 Mar 2025 19:08:46 +0300 Subject: [PATCH] Fixed build --- requirements.txt | 1 + setup.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6972ad4..50df564 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ requests python-dotenv twine wheel +setuptools sphinx sphinx-rtd-theme sphinxcontrib-openapi \ No newline at end of file diff --git a/setup.py b/setup.py index 5b7e8ac..aa65ca3 100644 --- a/setup.py +++ b/setup.py @@ -2,10 +2,10 @@ from setuptools import setup, find_packages setup( name="kontur_focus", - version="0.1.0", + version="0.2.0", author="Ilya Sapunov", author_email="sapunov@selectel.ru", - description="Библиотека-обертка для взаимодействия с REST API Контур.Фокус", + description="Библиотека-обертка для взаимодействия с REST API Контур.Фокус и Фокус.Комплаенс", url="https://git.selectel.org/is/public/kontur-focus-lib", license="MIT", packages=find_packages(),