diff --git a/setup.cfg b/setup.cfg index 40d5370..e4d6c7b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ready-check -version = 1.2.0 +version = 1.2.1 author = Brenton Cleeland author_email = brenton@brntn.me description = A developer-friendly web scanning tool @@ -19,3 +19,7 @@ install_requires = thttp tld beautifulsoup4 + +[options.entry_points] +console_scripts = + ready = ready:ready.cli