Добавлен setup.py
This commit is contained in:
18
setup.py
Normal file
18
setup.py
Normal file
@@ -0,0 +1,18 @@
|
||||
from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name='py-phias',
|
||||
version='0.0.1',
|
||||
packages=['aore', 'aore.fias', 'aore.config', 'aore.dbutils', 'aore.updater', 'aore.miscutils'],
|
||||
url='https://github.com/jar3b/py-phias',
|
||||
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']
|
||||
)
|
||||
Reference in New Issue
Block a user