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(),