Fixed build

This commit is contained in:
2025-03-17 19:08:46 +03:00
parent e3a0c25a8d
commit fa273790b4
2 changed files with 3 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ requests
python-dotenv python-dotenv
twine twine
wheel wheel
setuptools
sphinx sphinx
sphinx-rtd-theme sphinx-rtd-theme
sphinxcontrib-openapi sphinxcontrib-openapi

View File

@@ -2,10 +2,10 @@ from setuptools import setup, find_packages
setup( setup(
name="kontur_focus", name="kontur_focus",
version="0.1.0", version="0.2.0",
author="Ilya Sapunov", author="Ilya Sapunov",
author_email="sapunov@selectel.ru", author_email="sapunov@selectel.ru",
description="Библиотека-обертка для взаимодействия с REST API Контур.Фокус", description="Библиотека-обертка для взаимодействия с REST API Контур.Фокус и Фокус.Комплаенс",
url="https://git.selectel.org/is/public/kontur-focus-lib", url="https://git.selectel.org/is/public/kontur-focus-lib",
license="MIT", license="MIT",
packages=find_packages(), packages=find_packages(),