summaryrefslogtreecommitdiff
path: root/slugify/__init__.py
blob: 2df1ccdd20969b95ffecafcbf1128f8c69b2655b (plain)
1
2
3
4
5
6
from .slugify import *


__author__ = 'Val Neekman @ Neekware Inc. [@vneekman]'
__description__ = 'A Python slugify application that also handles Unicode'
__version__ = '1.2.2'