-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation and docs (a bit)
- Loading branch information
1 parent
e81d096
commit db20fae
Showing
3 changed files
with
25 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,17 +11,17 @@ def read(fname): | |
setup( | ||
author="Nikita Sivakov", | ||
author_email="[email protected]", | ||
description="Simple library for getting address coordinates via Yandex geocoder", | ||
description="Simple library for getting address or coordinates via Yandex geocoder", | ||
install_requires=["requests~=2.22"], | ||
keywords="yandex geocoder geo coordinates maps api", | ||
keywords="yandex geocoder geo coordinates address maps api", | ||
license="MIT", | ||
long_description=read("README.md"), | ||
long_description_content_type="text/markdown", | ||
name="yandex_geocoder", | ||
packages=["yandex_geocoder"], | ||
python_requires=">=3.6", | ||
url="https://github.com/sivakov512/yandex-geocoder", | ||
version="1.0.1", | ||
version="2.0.0", | ||
classifiers=[ | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3.6", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters