11[tool .poetry ]
22name = " cloudendure"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44description = " Python wrapper and CLI for CloudEndure"
55authors = [
" Mark Beacom <[email protected] >" ,
" Tom Warnock <[email protected] >" ]
66maintainers = [
" Evan Lucchesi <[email protected] >" ,
" Nick Selpa <[email protected] >" ]
@@ -13,6 +13,39 @@ include = [
1313readme = " README.md"
1414repository = " https://github.com/2ndWatch/cloudendure-python"
1515homepage = " https://2ndwatch.github.io/cloudendure-python/"
16+ classifiers = [
17+ " Environment :: Console" ,
18+ " Environment :: MacOS X" ,
19+ " Environment :: Win32 (MS Windows)" ,
20+ " License :: OSI Approved :: MIT License" ,
21+ " Natural Language :: English" ,
22+ " Operating System :: MacOS" ,
23+ " Operating System :: MacOS :: MacOS 9" ,
24+ " Operating System :: MacOS :: MacOS X" ,
25+ " Operating System :: Microsoft" ,
26+ " Operating System :: Microsoft :: MS-DOS" ,
27+ " Operating System :: Microsoft :: Windows" ,
28+ " Operating System :: Microsoft :: Windows :: Windows 10" ,
29+ " Operating System :: Microsoft :: Windows :: Windows 8.1" ,
30+ " Operating System :: Microsoft :: Windows :: Windows 8" ,
31+ " Operating System :: Microsoft :: Windows :: Windows 7" ,
32+ " Operating System :: Microsoft :: Windows :: Windows Server 2008" ,
33+ " Operating System :: POSIX :: Linux" ,
34+ " Programming Language :: Python" ,
35+ " Programming Language :: Python :: 3" ,
36+ " Programming Language :: Python :: 3.7" ,
37+ " Programming Language :: Python :: 3.8" ,
38+ " Programming Language :: Python :: 3.9" ,
39+ " Programming Language :: Python :: 3 :: Only" ,
40+ " Programming Language :: Python :: Implementation :: CPython" ,
41+ " Topic :: Internet" ,
42+ " Topic :: Internet :: WWW/HTTP" ,
43+ " Topic :: Internet :: WWW/HTTP :: Session" ,
44+ " Topic :: Software Development :: Libraries" ,
45+ " Topic :: Software Development :: Libraries :: Python Modules" ,
46+ " Topic :: Software Development :: User Interfaces" ,
47+ " Topic :: Utilities" ,
48+ ]
1649
1750[tool .poetry .dependencies ]
1851python = " ^3.7"
0 commit comments