Skip to content

Commit 85eb32d

Browse files
committed
Release Aspose.Cells Cloud SDK 23.8
1 parent d64ab8f commit 85eb32d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pyproject.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[project]
2+
name = "asposecellscloud"
3+
version = "23.8"
4+
authors = [
5+
{ name="Aspose Cloud", email="[email protected]" },
6+
]
7+
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+
readme = "README.md"
9+
requires-python = ">=3.6"
10+
classifiers = [
11+
'Programming Language :: Python :: 2.7',
12+
'Programming Language :: Python :: 3.6',
13+
'License :: OSI Approved :: MIT License',
14+
'Operating System :: OS Independent',
15+
]
16+
17+
[project.urls]
18+
"Homepage" = "https://github.com/aspose-cells-cloud/aspose-cells-cloud-python"

0 commit comments

Comments
 (0)