6a03962c7d
Signed-off-by: Andy Grover <agrover@redhat.com>
11 lines
263 B
Diff
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'],
|
|
)
|