File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
packages/google-cloud-dlp Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 23
23
gapic = gcp .GAPICGenerator ()
24
24
common = gcp .CommonTemplates ()
25
25
26
- client_library_version = "0.7.0"
27
-
28
26
library = gapic .py_library (
29
27
"dlp" , "v2" , config_path = "/google/privacy/dlp/artman_dlp_v2.yaml"
30
28
)
31
29
32
- s .copy (library , excludes = ["README.rst" , "nox.py" , "docs/index.rst" ])
33
-
34
- # Set Release Status
35
- release_status = "Development Status :: 3 - Alpha"
36
- s .replace ("setup.py" , "(release_status = )(.*)$" , f"\\ 1'{ release_status } '" )
37
-
38
- # Set version
39
- s .replace ("setup.py" , "version = .*" , f"version = '{ client_library_version } '" )
30
+ excludes = [
31
+ "README.rst" ,
32
+ "nox.py" ,
33
+ "setup.py" ,
34
+ "docs/index.rst" ,
35
+ ]
36
+ s .copy (library , excludes = excludes )
40
37
41
38
# Fix namespace
42
39
s .replace (
You can’t perform that action at this time.
0 commit comments