Skip to content

Commit

Permalink
fix(cli):Fix a bug with the cli
Browse files Browse the repository at this point in the history
  • Loading branch information
lainq committed Jun 7, 2021
1 parent 751378a commit 878df94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="python-polyglot", # Replace with your own username
version="4.2.5",
version="4.2.6",
author="P Pranav Baburaj",
author_email="code-roller@googlegroups.com",
description="Find the percentage of programming languages used in your project",
Expand All @@ -26,7 +26,7 @@
],
entry_points={
"console_scripts": [
"polyglot = polyglot.__main__.py:main",
"polyglot = polyglot.__main__:main",
]
},
python_requires=">=3.6",
Expand Down

0 comments on commit 878df94

Please sign in to comment.