From 3de521ed94c5bf609b4317eb4455afa8e87515ef Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Thu, 10 Nov 2022 14:56:26 +0100
Subject: [PATCH] Add console entrypoint

---
 setup.cfg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/setup.cfg b/setup.cfg
index 9fdb45e..499d392 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -33,6 +33,9 @@ install_requires =
     importlib-metadata>=0.12
     requests
     gfal2-python
+[options.entry_points]
+console_scripts =
+      atdb_mngr = atdb.main:main
 
 [flake8]
 max-line-length = 88
-- 
GitLab