From af2b142389b894653fad8dc8330fffe609e606d6 Mon Sep 17 00:00:00 2001
From: sandho0000 <michael.sandholzer@unibas.ch>
Date: Wed, 9 Nov 2022 15:56:16 +0100
Subject: [PATCH] 	modified:   setup.py

---
 setup.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 30cb9d9..528670c 100644
--- a/setup.py
+++ b/setup.py
@@ -13,5 +13,8 @@
    install_requires=[
        "random",
        "sys"
-   ],
+   ], 
+    entry_points = {
+        'console_scripts': ['read_sequencer_package/cli.py:parser'],
+    }
 )
\ No newline at end of file
-- 
GitLab