Правки перевода. Добавлена проверка параметров.
This commit is contained in:
15
setup.py
15
setup.py
@@ -8,11 +8,12 @@ setup(
|
||||
license='',
|
||||
author='hellotan',
|
||||
author_email='hellotan@live.ru',
|
||||
description='Python application that can operate with FIAS (Russian Address Object DB)', requires=['lxml',
|
||||
'bottle',
|
||||
'pysimplesoap',
|
||||
'python-Levenshtein',
|
||||
'enum34',
|
||||
'rarfile',
|
||||
'requests']
|
||||
description='Python application that can operate with FIAS (Russian Address Object DB)',
|
||||
requires=['lxml',
|
||||
'bottle',
|
||||
'pysimplesoap',
|
||||
'python-Levenshtein',
|
||||
'enum34',
|
||||
'rarfile',
|
||||
'requests']
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user