From 3a47ee56bf94859ef4b5521405bb6971c7d6dcac Mon Sep 17 00:00:00 2001 From: raphael Date: Sun, 16 Jan 2022 22:12:37 +0100 Subject: [PATCH] updates setup.py for cli --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a483c35..8629fee 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( entry_points={ 'console_scripts': [ - 'bump = bump:cli', + 'bump = bump.cli:main', ], }, name='bump_python',