Skip to content

Commit

Permalink
fix: fix extra_require typo (#202)
Browse files Browse the repository at this point in the history
This allows someone to install the module with the `[libcst]` extra.

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-containeranalysis/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)

Fixes #203  🦕
  • Loading branch information
major authored Oct 28, 2021
1 parent d46dd4b commit 8a14428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-containeranalysis/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
packages=packages,
namespace_packages=namespaces,
install_requires=dependencies,
extras_requires=extras,
extras_require=extras,
python_requires=">=3.6",
scripts=["scripts/fixup_containeranalysis_v1_keywords.py"],
include_package_data=True,
Expand Down

0 comments on commit 8a14428

Please sign in to comment.