6 changed files with 10 additions and 9 deletions
@ -1,5 +1,5 @@
|
||||
include AUTHORS |
||||
include LICENSE |
||||
include README.md |
||||
# recursive-include utils/templates * |
||||
# recursive-include multilingual/templates * |
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
# django-shared-utils |
||||
# django-shared-multilingual |
||||
|
||||
Mix of Python and Django utility functions, classed etc. |
@ -1,5 +1,5 @@
|
||||
from __future__ import unicode_literals |
||||
|
||||
|
||||
VERSION = (0, 1, 0) |
||||
VERSION = (0, 1, 1) |
||||
__version__ = '.'.join(map(str, VERSION)) |
||||
|
@ -1,3 +0,0 @@
|
||||
Django<2 |
||||
python-dateutil |
||||
git+ssh://gogs@projects.c--y.net/erik/django-shared-utils.git#egg=django_shared_utils |
Loading…
Reference in new issue