Правки Readme

This commit is contained in:
Jack Stdin 2016-02-01 13:17:00 +03:00
parent 36f94e2a22
commit 69f4b073f3
3 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# py-fias
# py-phias
Python application that can operate with FIAS (Russian Address Object DB)
Простое приложение для работы с БД ФИАС, написано для Python 2.7
## Установка
Протестирована работа на следующих ОС: Windows (8.1) и Debian Jessie
Протестирована работа на следующих ОС: [Windows](#Windows) (8.1) и [Debian](#debian-linux) Jessie
### Зависимости

View File

@ -26,8 +26,7 @@ index {{ index_name }}
html_strip = 1
ignore_chars = @, -
charset_table = 0..9, A..Z->a..z, _, a..z, \
U+0401->U+0435, U+0451->U+0435, \
U+410..U+42F->U+430..U+44F, U+430..U+44F
source = {{index_name}}

View File

@ -10,6 +10,7 @@ setup(
author_email='hellotan@live.ru',
description='Python application that can operate with FIAS (Russian Address Object DB)',
requires=['lxml',
'psycopg2',
'bottle',
'pysimplesoap',
'python-Levenshtein',