From 1e5d4443428a8eae60813e5be52a42514c72b447 Mon Sep 17 00:00:00 2001 From: Marat Gumerov Date: Mon, 25 Nov 2019 17:49:37 +0400 Subject: [PATCH 1/2] Added description. Name corrected --- setup.py | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/setup.py b/setup.py index cf27757..14a7479 100644 --- a/setup.py +++ b/setup.py @@ -1,19 +1,13 @@ # coding: utf-8 """ - Aspose.Email Cloud API Reference - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 - - OpenAPI spec version: 3.0 - - Generated by: https://github.com/swagger-api/swagger-codegen.git + Aspose.Email Cloud is a REST API for creating email applications that work with common email file formats. It lets developers manipulate message formats such as Outlook MSG, EML and MHT files. """ from setuptools import setup, find_packages # noqa: H301 -NAME = "AsposeEmailCloudSdk" +NAME = "AsposeEmailCloud" VERSION = "19.11.0" # To install the library, run the following # @@ -33,14 +27,14 @@ setup( name=NAME, version=VERSION, - description="Aspose.Email Cloud API Reference", + description="Aspose.Email Cloud API", author_email="", url="", - keywords=["Swagger", "Aspose.Email Cloud API Reference"], + keywords=["Swagger", "Aspose.Email Cloud API"], install_requires=REQUIRES, packages=find_packages(), include_package_data=True, long_description="""\ - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + Aspose.Email Cloud is a REST API for creating email applications that work with common email file formats. It lets developers manipulate message formats such as Outlook MSG, EML and MHT files. """ ) From 63af4a8fd7f152f3dfbefbdb4cd83d4f2ff49078 Mon Sep 17 00:00:00 2001 From: Marat Gumerov Date: Wed, 27 Nov 2019 16:54:29 +0400 Subject: [PATCH 2/2] Package renamed --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 14a7479..40faa9c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import setup, find_packages # noqa: H301 -NAME = "AsposeEmailCloud" +NAME = "aspose-email-cloud" VERSION = "19.11.0" # To install the library, run the following #