Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit 2948965

Browse files
authored
fix: fix extra_require typo (#202)
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 🦕
1 parent 543aa00 commit 2948965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
packages=packages,
8383
namespace_packages=namespaces,
8484
install_requires=dependencies,
85-
extras_requires=extras,
85+
extras_require=extras,
8686
python_requires=">=3.6",
8787
scripts=["scripts/fixup_containeranalysis_v1_keywords.py"],
8888
include_package_data=True,

0 commit comments

Comments
 (0)