Skip to content

Commit

Permalink
fix: add name and version info to fixup script name (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
software-dov committed Jun 30, 2020
1 parent 16cf77a commit 16fe7e7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gapic/ads-templates/setup.py.j2
Expand Up @@ -29,7 +29,7 @@ setuptools.setup(
'libcst >= 0.2.5',
],
scripts=[
'scripts/fixup_keywords.py',
'scripts/fixup_{{ api.naming.versioned_module_name }}_keywords.py',
],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down
2 changes: 1 addition & 1 deletion gapic/templates/setup.py.j2
Expand Up @@ -25,7 +25,7 @@ setuptools.setup(
),
python_requires='>={% if opts.lazy_import %}3.7{% else %}3.6{% endif %}',{# Lazy import requires module-level getattr #}
scripts=[
'scripts/fixup_keywords.py',
'scripts/fixup_{{ api.naming.versioned_module_name }}_keywords.py',
],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 16fe7e7

Please sign in to comment.