mirror of
https://gitlab.com/gnh1201/pylingva.git
synced 2024-11-26 07:22:06 +00:00
Update setup.py
This commit is contained in:
parent
f57385fe56
commit
793437eb78
2
setup.py
2
setup.py
|
@ -7,7 +7,7 @@ with open("README.md", "r") as des:
|
|||
setup(
|
||||
name='pylingva',
|
||||
packages=find_packages(),
|
||||
version='0.1.2.1',
|
||||
version='0.1.2.2',
|
||||
entry_points={'console_scripts': ['translate = pylingva.cli:translate']},
|
||||
description='Simple translator using Lingva Translate API',
|
||||
url='https://gitlab.com/nesstero/pylingva',
|
||||
|
|
Loading…
Reference in New Issue
Block a user