Skip to content

Commit f55cfbc

Browse files
authored
Release containeranalaysis 0.1.0 (googleapis#8432)
1 parent ccac1e1 commit f55cfbc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

containeranalysis/setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
name = "google-cloud-containeranalysis"
2424
description = "Container Analysis API API client library"
2525
version = "0.1.0"
26-
release_status = "3 - Alpha"
26+
release_status = "Development Status :: 3 - Alpha"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.4.1, < 2.0.0dev",
2929
"grpc-google-iam-v1 >= 0.11.1, < 0.12dev",
@@ -64,16 +64,17 @@
6464
"Programming Language :: Python :: 2",
6565
"Programming Language :: Python :: 2.7",
6666
"Programming Language :: Python :: 3",
67-
"Programming Language :: Python :: 3.4",
6867
"Programming Language :: Python :: 3.5",
6968
"Programming Language :: Python :: 3.6",
69+
"Programming Language :: Python :: 3.7",
7070
"Operating System :: OS Independent",
7171
"Topic :: Internet",
7272
],
7373
platforms="Posix; MacOS X; Windows",
7474
packages=packages,
7575
namespace_packages=namespaces,
7676
install_requires=dependencies,
77+
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
7778
include_package_data=True,
7879
zip_safe=False,
7980
)

0 commit comments

Comments
 (0)