Skip to content

Commit

Permalink
Allow install of thirdparty rules via an extra
Browse files Browse the repository at this point in the history
A new extra permits installation of the third-party rules via
the private GitHub repo.

To install:
pip install precli[thirdparty]

Note: the thirdparty rules are not public and are maintained privately.

Signed-off-by: Eric Brown <[email protected]>
  • Loading branch information
ericwb committed Jan 29, 2024
1 parent 6df8d57 commit 7ceb8bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ classifier =
project_urls =
Release notes = https://github.com/securesauce/precli/releases

[options.extras_require]
thirdparty =
precli-thirdparty @ git+https://github.com/securesauce/precli-thirdparty@main

[entry_points]
console_scripts =
precli = precli.cli.main:main
Expand Down

0 comments on commit 7ceb8bf

Please sign in to comment.