Skip to content

Commit 62896c4

Browse files
author
aninhasalesp
committed
Add entry points for youtool CLI in setup configuration
1 parent 89983c7 commit 62896c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ packages = find:
2424
python_requires = >=3.7
2525
install_requires = file: requirements/base.txt
2626

27+
[options.entry_points]
28+
console_scripts =
29+
youtool = youtool.cli:main
30+
2731
[options.extras_require]
2832
cli = file: requirements/cli.txt
2933
dev = file: requirements/dev.txt

0 commit comments

Comments
 (0)