mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-24 11:22:54 +03:00
Tests excluded
This commit is contained in:
parent
fd47deaa2e
commit
de7d3b9a21
@ -2,4 +2,4 @@ include LICENSE
|
||||
include README.rst
|
||||
recursive-include localized_fields/static *
|
||||
recursive-include localized_fields/templates *
|
||||
exclude tests
|
||||
recursive-exclude tests *
|
||||
|
2
setup.py
2
setup.py
@ -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.',
|
||||
|
Loading…
x
Reference in New Issue
Block a user