|
14 | 14 | import sys |
15 | 15 | from setuptools import setup, find_packages |
16 | 16 |
|
17 | | -NAME = "asposeDiagramcloud" |
| 17 | +NAME = "asposediagramcloud" |
18 | 18 | VERSION = "18.10" |
19 | 19 | # To install the library, run the following |
20 | 20 | # |
|
29 | 29 | name=NAME, |
30 | 30 | version=VERSION, |
31 | 31 | 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", |
34 | 34 | url="https://github.com/aspose-Diagram-cloud/aspose-Diagram-cloud-python", |
35 | 35 | keywords=["aspose", "digaram", "cloud"], |
36 | 36 | install_requires=REQUIRES, |
37 | | - packages=['asposedigaramcloud', 'asposedigaramcloud.apis', 'asposedigaramcloud.models'], |
| 37 | + packages=['asposediagramcloud', 'asposediagramcloud.apis', 'asposediagramcloud.models'], |
38 | 38 | include_package_data=True, |
39 | 39 | long_description="Aspose.Digaram Cloud SDK for Python allows you to use Aspose.Digaram APIs in your Python applications", |
40 | 40 | classifiers=[ |
41 | 41 | 'Programming Language :: Python :: 2.7', |
| 42 | + 'Programming Language :: Python :: 3.6', |
42 | 43 | 'License :: OSI Approved :: MIT License', |
43 | 44 | 'Operating System :: OS Independent', |
44 | 45 | ], |
|
0 commit comments