Skip to content

Commit

Permalink
Setup keywords fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita CryptoManiac Sivakov committed Dec 20, 2017
1 parent b0adbcb commit 9e765cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ Get address coordinates via Yandex geocoder
[![Build Status](https://travis-ci.org/cryptomaniac512/yandex-geocoder.svg?branch=master)](https://travis-ci.org/cryptomaniac512/yandex-geocoder)
[![Coverage Status](https://coveralls.io/repos/github/cryptomaniac512/yandex-geocoder/badge.svg?branch=master)](https://coveralls.io/github/cryptomaniac512/yandex-geocoder?branch=master)
![Python versions](https://img.shields.io/badge/python-3.5,%203.6-blue.svg)
[![PyPi](https://img.shields.io/badge/PyPi-0.0.1-yellow.svg)](https://pypi.python.org/pypi/yandex-geocoder)
[![PyPi](https://img.shields.io/badge/PyPi-0.0.2-yellow.svg)](https://pypi.python.org/pypi/yandex-geocoder)

Installation
---
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -6,13 +6,13 @@
description=(
'Simple library for getting address coordinates via Yandex geocoder'),
install_requires=['requests'],
keywords='markdown yaml meta metadata',
keywords='yandex geocoder geo coordinates maps api',
license='MIT',
long_description_markdown_filename='README.md',
name='yandex_geocoder',
packages=['yandex_geocoder'],
python_requires='>=3.5',
setup_requires=['setuptools-markdown'],
url='https://github.com/cryptomaniac512/yandex-geocoder',
version='0.0.1',
version='0.0.2',
)

0 comments on commit 9e765cd

Please sign in to comment.