mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2026-02-02 15:45:11 +01:00
cli -> __main__ refactor
This commit is contained in:
parent
4caece2817
commit
75563672b4
3 changed files with 169 additions and 154 deletions
2
setup.py
2
setup.py
|
|
@ -91,7 +91,7 @@ setuptools.setup(
|
|||
install_requires=install_requires,
|
||||
entry_points="""
|
||||
[console_scripts]
|
||||
pycalver=pycalver.cli:cli
|
||||
pycalver=pycalver.__main__:cli
|
||||
""",
|
||||
python_requires=">=2.7",
|
||||
zip_safe=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue