From 2b3d31291e77d05bb64f76b3d7ed4bfb9fc96fe7 Mon Sep 17 00:00:00 2001 From: jaime Date: Mon, 16 Oct 2023 17:46:40 -0500 Subject: [PATCH] bring back the pylsblk --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b52ad3e..497e6b3 100644 --- a/setup.py +++ b/setup.py @@ -3,6 +3,7 @@ setuptools.setup( name="jarvis_util", version="0.0.1", + scripts=['bin/pylsblk'], description='Utilities to aid with creating shell scripts within Python.', long_description=open('README.md').read(), long_description_content_type='text/markdown',