Skip to content

Commit 683a3a2

Browse files
committed
update publish package info
1 parent 3e3825b commit 683a3a2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import sys
1515
from setuptools import setup, find_packages
1616

17-
NAME = "asposeDiagramcloud"
17+
NAME = "asposediagramcloud"
1818
VERSION = "18.10"
1919
# To install the library, run the following
2020
#
@@ -29,16 +29,17 @@
2929
name=NAME,
3030
version=VERSION,
3131
description="Aspose.Diagram.Cloud for Python",
32-
author="Nick Liu",
33-
author_email="nick.liu@aspose.com",
32+
author="asposecloud",
33+
author_email="aspose.cloud@aspose.com",
3434
url="https://github.com/aspose-Diagram-cloud/aspose-Diagram-cloud-python",
3535
keywords=["aspose", "digaram", "cloud"],
3636
install_requires=REQUIRES,
37-
packages=['asposedigaramcloud', 'asposedigaramcloud.apis', 'asposedigaramcloud.models'],
37+
packages=['asposediagramcloud', 'asposediagramcloud.apis', 'asposediagramcloud.models'],
3838
include_package_data=True,
3939
long_description="Aspose.Digaram Cloud SDK for Python allows you to use Aspose.Digaram APIs in your Python applications",
4040
classifiers=[
4141
'Programming Language :: Python :: 2.7',
42+
'Programming Language :: Python :: 3.6',
4243
'License :: OSI Approved :: MIT License',
4344
'Operating System :: OS Independent',
4445
],

0 commit comments

Comments
 (0)