diff --git a/progressbar/__about__.py b/progressbar/__about__.py index 4310173..6279c36 100644 --- a/progressbar/__about__.py +++ b/progressbar/__about__.py @@ -21,7 +21,7 @@ '''.strip().split(), ) __email__ = 'wolph@wol.ph' -__version__ = '4.3.1' +__version__ = '4.3.2' __license__ = 'BSD' __copyright__ = 'Copyright 2015 Rick van Hattem (Wolph)' __url__ = 'https://github.com/WoLpH/python-progressbar' diff --git a/pyproject.toml b/pyproject.toml index 598d0da..c4c2a95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,8 +108,8 @@ exclude = ['docs*', 'tests*'] [tool.setuptools] include-package-data = true -[project.scripts] -cli-name = 'progressbar.cli:main' +# [project.scripts] +# progressbar2 = 'progressbar.cli:main' [project.optional-dependencies] docs = ['sphinx>=1.8.5', 'sphinx-autodoc-typehints>=1.6.0']