Skip to content
Snippets Groups Projects
Commit 910a27e6 authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

define entrypoint

parent c44bedc7
No related branches found
No related tags found
No related merge requests found
Pipeline #11538 passed with stages
in 3 minutes and 48 seconds
from .hello import hello
def run():
hello()
...@@ -6,4 +6,7 @@ build-backend = "setuptools.build_meta" ...@@ -6,4 +6,7 @@ build-backend = "setuptools.build_meta"
name = "pak" name = "pak"
version = "0.1.0" version = "0.1.0"
description = "A simple Python package." description = "A simple Python package."
authors = [{ name = "Your Name", email = "your.email@example.com" }] authors = [{ name = "Your Name", email = "your.email@example.com" }]
\ No newline at end of file
[project.scripts]
pak = "pak:run"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment