Tests excluded

This commit is contained in:
seroy 2017-06-20 16:57:42 +03:00
parent fd47deaa2e
commit de7d3b9a21
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@ include LICENSE
include README.rst
recursive-include localized_fields/static *
recursive-include localized_fields/templates *
exclude tests
recursive-exclude tests *

View File

@ -8,7 +8,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
setup(
name='django-localized-fields',
version='4.1',
packages=find_packages(),
packages=find_packages(exclude=['tests']),
include_package_data=True,
license='MIT License',
description='Implementation of localized model fields using PostgreSQL HStore fields.',