|
23 | 23 | # prerequisite: setuptools |
24 | 24 | # http://pypi.python.org/pypi/setuptools |
25 | 25 |
|
26 | | -REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil"] |
| 26 | +REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil", "asposestoragecloud"] |
27 | 27 |
|
28 | 28 | setup( |
29 | 29 | name=NAME, |
30 | 30 | version=VERSION, |
31 | | - description="aspose.cells.cloud for python", |
32 | | - author_email="", |
| 31 | + description="Aspose.Cells.Cloud for Python", |
| 32 | + author="Nick Liu", |
| 33 | + author_email="nick.liu@aspose.com", |
33 | 34 | url="https://github.com/aspose-cells-cloud/aspose-cells-cloud-python", |
34 | 35 | keywords=["aspose", "cells", "cloud"], |
35 | 36 | install_requires=REQUIRES, |
36 | 37 | packages=['asposecellscloud', 'asposecellscloud.apis', 'asposecellscloud.models'], |
37 | 38 | include_package_data=True, |
38 | | - long_description="Aspose.Cells Cloud SDK for Python allows you to use Aspose.Cells APIs in your Python applications" |
| 39 | + long_description="Aspose.Cells Cloud SDK for Python allows you to use Aspose.Cells APIs in your Python applications", |
| 40 | + classifiers=[ |
| 41 | + 'Programming Language :: Python', |
| 42 | + 'Programming Language :: Python :: 2', |
| 43 | + 'License :: OSI Approved :: MIT License', |
| 44 | + 'Operating System :: OS Independent' |
| 45 | + ] |
39 | 46 | ) |
0 commit comments