mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-25 03:32:55 +03:00
Merge pull request #22 from MELScience/issue17
Added templates and static folders
This commit is contained in:
commit
e5e3068835
@ -1,2 +1,5 @@
|
||||
include LICENSE
|
||||
include README.rst
|
||||
recursive-include localized_fields/static *
|
||||
recursive-include localized_fields/templates *
|
||||
recursive-exclude tests *
|
||||
|
@ -1 +1 @@
|
||||
django-postgres-extra==1.4
|
||||
django-postgres-extra==1.11
|
||||
|
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