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

remove entrypoint

parent 910a27e6
No related branches found
No related tags found
No related merge requests found
Pipeline #11540 failed with stages
in 3 minutes and 27 seconds
from .hello import hello
def run():
hello()
from .hello import hello
......@@ -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
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