# -*- encoding: utf-8 -*-
from setuptools import setup, find_packages
# -*- encoding: utf-8 -*-
from setuptools import setup, find_packages
author_email='contact@nilovna.com',
url='http://pypi.auf.org/%s' % name,
license='GPL',
author_email='contact@nilovna.com',
url='http://pypi.auf.org/%s' % name,
license='GPL',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,
zip_safe=False,
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,
zip_safe=False,