Showing
1 changed file
with
5 additions
and
5 deletions
... | ... | @@ -20,7 +20,7 @@ from setuptools import setup, find_packages # noqa: H301 |
20 | 20 | # |
21 | 21 | # prerequisite: setuptools |
22 | 22 | # http://pypi.python.org/pypi/setuptools |
23 | -NAME = "openapi-client" | |
23 | +NAME = "kappa-client" | |
24 | 24 | VERSION = "1.0.0" |
25 | 25 | PYTHON_REQUIRES = ">= 3.8" |
26 | 26 | REQUIRES = [ |
... | ... | @@ -34,16 +34,16 @@ setup( |
34 | 34 | name=NAME, |
35 | 35 | version=VERSION, |
36 | 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 | 39 | url="", |
40 | - keywords=["OpenAPI", "OpenAPI-Generator", "FastAPI"], | |
40 | + keywords=["Kappa Framework", "OpenAPI-Generator", "FastAPI"], | |
41 | 41 | install_requires=REQUIRES, |
42 | 42 | packages=find_packages(exclude=["test", "tests"]), |
43 | 43 | include_package_data=True, |
44 | 44 | long_description_content_type='text/markdown', |
45 | 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 | 47 | """, # noqa: E501 |
48 | 48 | package_data={"openapi_client": ["py.typed"]}, |
49 | 49 | ) | ... | ... |
Please
register
or
login
to post a comment