We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612c0ca commit 2446323Copy full SHA for 2446323
setup.py
@@ -38,9 +38,8 @@
38
include_package_data=True,
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',
+ 'Programming Language :: Python :: 2.7',
43
'License :: OSI Approved :: MIT License',
44
- 'Operating System :: OS Independent'
45
- ]
+ 'Operating System :: OS Independent',
+ ],
46
)
0 commit comments