Skip to content

Commit 612c0ca

Browse files
committed
update setup.py
1 parent ab021c9 commit 612c0ca

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

setup.py

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,24 @@
2323
# prerequisite: setuptools
2424
# http://pypi.python.org/pypi/setuptools
2525

26-
REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil"]
26+
REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil", "asposestoragecloud"]
2727

2828
setup(
2929
name=NAME,
3030
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",
3334
url="https://github.com/aspose-cells-cloud/aspose-cells-cloud-python",
3435
keywords=["aspose", "cells", "cloud"],
3536
install_requires=REQUIRES,
3637
packages=['asposecellscloud', 'asposecellscloud.apis', 'asposecellscloud.models'],
3738
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+
]
3946
)

0 commit comments

Comments
 (0)