Skip to content

Commit 125f4e3

Browse files
committed
Update keywords.
1 parent 3f6bc2c commit 125f4e3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = [
55
{ name="Aspose Cloud", email="aspose.cloud@aspose.com" },
66
]
77
description = "Python Cloud SDK wraps Aspose.Cells REST API so you could seamlessly integrate Microsoft Excel® spreadsheet generation, manipulation, conversion & inspection features into your own Python applications."
8+
keywords = ["excel", "spreadsheet", "convert", "xlsx", "pdf", "json","cloud","rest api"]
89
readme = "README.md"
910
requires-python = ">=3.6"
1011
classifiers = [
@@ -13,6 +14,11 @@ classifiers = [
1314
'License :: OSI Approved :: MIT License',
1415
'Operating System :: OS Independent',
1516
]
16-
17+
dependencies = [
18+
"urllib3 >= 1.15",
19+
"six >= 1.10",
20+
"certifi",
21+
"python-dateutil"
22+
]
1723
[project.urls]
1824
"Homepage" = "https://github.com/aspose-cells-cloud/aspose-cells-cloud-python"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author="Aspose Cloud",
2222
author_email="aspose.cloud@aspose.com",
2323
url="https://github.com/aspose-cells-cloud/aspose-cells-cloud-python",
24-
keywords=["aspose", "cells", "cloud"],
24+
keywords=["excel", "spreadsheet", "xlsx", "convert", "aspose.cells","cloud"],
2525
install_requires=REQUIRES,
2626
packages=['asposecellscloud', 'asposecellscloud.apis', 'asposecellscloud.models','asposecellscloud.requests'],
2727
include_package_data=True,

0 commit comments

Comments
 (0)