nvmetcli/fix-setup.patch
Andy Grover 6a03962c7d initial import (#1425898)
Signed-off-by: Andy Grover <agrover@redhat.com>
2017-02-23 14:32:59 -08:00

11 lines
263 B
Diff

iff --git a/setup.py b/setup.py
index 078020f..f62ce5b 100755
--- a/setup.py
+++ b/setup.py
@@ -27,4 +27,5 @@ setup(
maintainer_email = 'hch@lst.de',
test_suite='nose2.collector.collector',
packages = ['nvmet'],
+ scripts = ['nvmetcli'],
)