diff --git a/pak/__init__.py b/pak/__init__.py index 80a3b13c41bbca14fefe2a8ac82d3a6271851d6d..e82ea258624cc9eb0e8d3c46e8484bc0cb313157 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 b54cae1c15bea7a8f28f4382dd3a236dff92c680..ae71050f23315ad25b104d4202c29437ad7bbd83 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