Fixed build
This commit is contained in:
@@ -2,6 +2,7 @@ requests
|
||||
python-dotenv
|
||||
twine
|
||||
wheel
|
||||
setuptools
|
||||
sphinx
|
||||
sphinx-rtd-theme
|
||||
sphinxcontrib-openapi
|
||||
4
setup.py
4
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(),
|
||||
|
||||
Reference in New Issue
Block a user