diff options
author | Jacobo de Vera <jacobo.devera@hotjar.com> | 2020-03-14 02:14:52 +0000 |
---|---|---|
committer | Val Neekman <un33kvu@gmail.com> | 2020-04-09 11:41:41 -0400 |
commit | 3b51e23c81f466f3bd7dd916407d074ed0f802f5 (patch) | |
tree | 085fe981bc698e135cc08704fb69a3b62deec750 /setup.py | |
parent | e785874f0ea053cea393d396b615235e7c0ad179 (diff) | |
download | python-slugify-3b51e23c81f466f3bd7dd916407d074ed0f802f5.tar.gz |
Create command line tool that can set all parameters
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,5 +67,5 @@ setup( extras_require=extras_require, python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*', classifiers=classifiers, - entry_points={'console_scripts': ['slugify=slugify.slugify:main']}, + entry_points={'console_scripts': ['slugify=slugify.__main__:entrypoint']}, ) |