updates setup.py for cli

This commit is contained in:
Raphael Maenle 2022-01-16 22:12:37 +01:00
parent aeca052cbc
commit 3a47ee56bf

View File

@ -3,7 +3,7 @@ from setuptools import setup
setup(
entry_points={
'console_scripts': [
'bump = bump:cli',
'bump = bump.cli:main',
],
},
name='bump_python',