summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2840634..fa95930 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,7 +15,7 @@ dependencies = [
]
[project.scripts]
-getmeajob = "getmeajob:getmeajob.main"
+getmeajob = "getmeajob.getmeajob:main"
[tool.setuptools.packages.find]
# matches setuptools.find_packages() behavior
where = ["."]