update manifest and readme

This commit is contained in:
Val Neekman 2019-09-02 15:58:04 -04:00
parent 1300bd3bad
commit 545e6a67b2
3 changed files with 12 additions and 3 deletions

View file

@ -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

View file

@ -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)

View file

@ -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'