From 48a3b76b7ad360a461696b205bb6ccf637e2e95b Mon Sep 17 00:00:00 2001 From: NikitolProject Date: Tue, 27 Aug 2024 19:38:44 +0300 Subject: [PATCH] Fix package name --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 36abd94..4b55fa8 100644 --- a/setup.py +++ b/setup.py @@ -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 = [