Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Commit b45f162

Browse files
committed
Correct the entrypoint
1 parent 9bacf4a commit b45f162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
packages=find_packages(exclude=["tests*"]),
1818
package_data={"linehaul": ["schema.json"]},
19-
entry_points={"console_scripts": ["linehaul = linehaul.cli:main"]},
19+
entry_points={"console_scripts": ["linehaul = linehaul.cli:cli"]},
2020
install_requires=install_requires,
2121
setup_requires=["setuptools_scm"],
2222
)

0 commit comments

Comments
 (0)