28 changed files with 13 additions and 19 deletions
@ -1,4 +1,4 @@ |
|||||||
include AUTHORS |
include AUTHORS |
||||||
include LICENSE |
include LICENSE |
||||||
include README.md |
include README.md |
||||||
recursive-include utils/templates * |
recursive-include shared/utils/templates * |
||||||
|
@ -1,5 +0,0 @@ |
|||||||
django<2 |
|
||||||
python-dateutil |
|
||||||
beautifulsoup4 |
|
||||||
translitcodec |
|
||||||
# ipdb |
|
@ -0,0 +1,2 @@ |
|||||||
|
VERSION = (0, 2, 0) |
||||||
|
__version__ = '.'.join(map(str, VERSION)) |
Loading…
Reference in new issue