Skip to content

Commit

Permalink
make it so the PyPI version can be called from the cli
Browse files Browse the repository at this point in the history
  • Loading branch information
sesh committed Feb 23, 2024
1 parent 5cbee6c commit 54b1660
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ready-check
version = 1.2.0
version = 1.2.1
author = Brenton Cleeland
author_email = [email protected]
description = A developer-friendly web scanning tool
Expand All @@ -19,3 +19,7 @@ install_requires =
thttp
tld
beautifulsoup4

[options.entry_points]
console_scripts =
ready = ready:ready.cli

0 comments on commit 54b1660

Please sign in to comment.