mirror of
https://github.com/Hopiu/django-uuslug.git
synced 2026-03-16 20:10:24 +00:00
update manifest and readme
This commit is contained in:
parent
1300bd3bad
commit
545e6a67b2
3 changed files with 12 additions and 3 deletions
|
|
@ -1,4 +1,7 @@
|
|||
include LICENSE
|
||||
include manage.py pep8.sh
|
||||
include *.md requirements.txt
|
||||
include README.md
|
||||
include CHANGELOG.md
|
||||
include manage.py
|
||||
include pep8.sh
|
||||
include requirements.txt
|
||||
|
||||
|
|
|
|||
|
|
@ -238,3 +238,9 @@ X.Y.Z Version
|
|||
|
||||
[download-image]: https://img.shields.io/pypi/dm/django-uuslug.svg
|
||||
[download-link]: https://pypi.python.org/pypi/django-uuslug
|
||||
|
||||
|
||||
Sponsors
|
||||
====================
|
||||
|
||||
[Surge](https://github.com/surgeforward)
|
||||
|
|
@ -2,6 +2,6 @@ from .uuslug import * # noqa
|
|||
|
||||
__author__ = 'Val Neekman @ Neekware Inc. [@vneekman]'
|
||||
__description__ = 'A Python slugify application that also handles Unicode'
|
||||
__version__ = '1.1.8'
|
||||
__version__ = '1.1.9'
|
||||
|
||||
default_app_config = 'uuslug.apps.AppConfig'
|
||||
|
|
|
|||
Loading…
Reference in a new issue