Skip to content

Commit 2446323

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@
3838
include_package_data=True,
3939
long_description="Aspose.Cells Cloud SDK for Python allows you to use Aspose.Cells APIs in your Python applications",
4040
classifiers=[
41-
'Programming Language :: Python',
42-
'Programming Language :: Python :: 2',
41+
'Programming Language :: Python :: 2.7',
4342
'License :: OSI Approved :: MIT License',
44-
'Operating System :: OS Independent'
45-
]
43+
'Operating System :: OS Independent',
44+
],
4645
)

0 commit comments

Comments
 (0)