From baad9bcaaf05ba144754164ac421cb43c4ad3a09 Mon Sep 17 00:00:00 2001
From: Matthew Defenderfer <mdefende@uab.edu>
Date: Sat, 5 Oct 2024 22:47:55 -0500
Subject: [PATCH] remove entrypoint

---
 pak/__init__.py | 5 +----
 pyproject.toml  | 5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/pak/__init__.py b/pak/__init__.py
index 80a3b13..e82ea25 100644
--- a/pak/__init__.py
+++ b/pak/__init__.py
@@ -1,5 +1,2 @@
-from .hello import hello 
-
-def run():     
-    hello()
+from .hello import hello
 
diff --git a/pyproject.toml b/pyproject.toml
index b54cae1..ae71050 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,4 @@ build-backend = "setuptools.build_meta"
 name = "pak"
 version = "0.1.0"
 description = "A simple Python package."
-authors = [{ name = "Your Name", email = "your.email@example.com" }]
-
-[project.scripts]
-pak = "pak:run"
+authors = [{ name = "Your Name", email = "your.email@example.com" }]
\ No newline at end of file
-- 
GitLab