mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2026-02-02 07:35:10 +01:00
fix for renamed module
This commit is contained in:
parent
74bb8a0751
commit
173593c8f7
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -73,7 +73,7 @@ setuptools.setup(
|
|||
install_requires=install_requires,
|
||||
entry_points="""
|
||||
[console_scripts]
|
||||
pycalver=pycalver.__main__:cli
|
||||
pycalver=pycalver.cli:cli
|
||||
""",
|
||||
python_requires=">=2.7",
|
||||
zip_safe=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue