Showing
1 changed file
with
5 additions
and
5 deletions
@@ -20,7 +20,7 @@ from setuptools import setup, find_packages # noqa: H301 | @@ -20,7 +20,7 @@ from setuptools import setup, find_packages # noqa: H301 | ||
20 | # | 20 | # |
21 | # prerequisite: setuptools | 21 | # prerequisite: setuptools |
22 | # http://pypi.python.org/pypi/setuptools | 22 | # http://pypi.python.org/pypi/setuptools |
23 | -NAME = "openapi-client" | 23 | +NAME = "kappa-client" |
24 | VERSION = "1.0.0" | 24 | VERSION = "1.0.0" |
25 | PYTHON_REQUIRES = ">= 3.8" | 25 | PYTHON_REQUIRES = ">= 3.8" |
26 | REQUIRES = [ | 26 | REQUIRES = [ |
@@ -34,16 +34,16 @@ setup( | @@ -34,16 +34,16 @@ setup( | ||
34 | name=NAME, | 34 | name=NAME, |
35 | version=VERSION, | 35 | version=VERSION, |
36 | description="FastAPI", | 36 | description="FastAPI", |
37 | - author="OpenAPI Generator community", | ||
38 | - author_email="team@openapitools.org", | 37 | + author="Kappa group from A.I. Center of NSU", |
38 | + author_email="ai@nsu.ru", | ||
39 | url="", | 39 | url="", |
40 | - keywords=["OpenAPI", "OpenAPI-Generator", "FastAPI"], | 40 | + keywords=["Kappa Framework", "OpenAPI-Generator", "FastAPI"], |
41 | install_requires=REQUIRES, | 41 | install_requires=REQUIRES, |
42 | packages=find_packages(exclude=["test", "tests"]), | 42 | packages=find_packages(exclude=["test", "tests"]), |
43 | include_package_data=True, | 43 | include_package_data=True, |
44 | long_description_content_type='text/markdown', | 44 | long_description_content_type='text/markdown', |
45 | long_description="""\ | 45 | long_description="""\ |
46 | - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | 46 | + Kappa Framwork Python SDK for Kappa v.1.0.0 (generated by Openapi Generator https://github.com/openapitools/openapi-generator) |
47 | """, # noqa: E501 | 47 | """, # noqa: E501 |
48 | package_data={"openapi_client": ["py.typed"]}, | 48 | package_data={"openapi_client": ["py.typed"]}, |
49 | ) | 49 | ) |
Please
register
or
login
to post a comment