Quick fix

This commit is contained in:
NikitolProject 2024-08-27 19:50:01 +03:00
parent 0e532a069f
commit f4acd7dfd1

View File

@ -20,7 +20,7 @@ from setuptools import setup, find_packages # noqa: H301
# #
# prerequisite: setuptools # prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools # http://pypi.python.org/pypi/setuptools
NAME = "ai_core_api_client" NAME = "openapi-client"
VERSION = "1.3.0" VERSION = "1.3.0"
PYTHON_REQUIRES = ">=3.7" PYTHON_REQUIRES = ">=3.7"
REQUIRES = [ REQUIRES = [