|
23 | 23 | name = "google-cloud-containeranalysis" |
24 | 24 | description = "Container Analysis API API client library" |
25 | 25 | version = "0.1.0" |
26 | | -release_status = "3 - Alpha" |
| 26 | +release_status = "Development Status :: 3 - Alpha" |
27 | 27 | dependencies = [ |
28 | 28 | "google-api-core[grpc] >= 1.4.1, < 2.0.0dev", |
29 | 29 | "grpc-google-iam-v1 >= 0.11.1, < 0.12dev", |
|
64 | 64 | "Programming Language :: Python :: 2", |
65 | 65 | "Programming Language :: Python :: 2.7", |
66 | 66 | "Programming Language :: Python :: 3", |
67 | | - "Programming Language :: Python :: 3.4", |
68 | 67 | "Programming Language :: Python :: 3.5", |
69 | 68 | "Programming Language :: Python :: 3.6", |
| 69 | + "Programming Language :: Python :: 3.7", |
70 | 70 | "Operating System :: OS Independent", |
71 | 71 | "Topic :: Internet", |
72 | 72 | ], |
73 | 73 | platforms="Posix; MacOS X; Windows", |
74 | 74 | packages=packages, |
75 | 75 | namespace_packages=namespaces, |
76 | 76 | install_requires=dependencies, |
| 77 | + python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", |
77 | 78 | include_package_data=True, |
78 | 79 | zip_safe=False, |
79 | 80 | ) |
0 commit comments