Fix package name

This commit is contained in:
NikitolProject 2024-08-27 19:38:44 +03:00
parent eb55cdb647
commit 48a3b76b7a

View File

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