mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Change suffix on changes to .rst
README is already in .rst and both use the same format Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
This commit is contained in:
parent
b87ff21774
commit
1e822a2964
3 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
include LICENSE README.rst CHANGES.txt
|
||||
include LICENSE README.rst CHANGES.rst
|
||||
recursive-include axes *.py
|
||||
recursive-include axes/locale *.mo *.po
|
||||
include .travis.yml
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -10,7 +10,7 @@ setup(
|
|||
description='Keep track of failed login attempts in Django-powered sites.',
|
||||
long_description='\n'.join([
|
||||
open('README.rst', encoding='utf-8').read(),
|
||||
open('CHANGES.txt', encoding='utf-8').read(),
|
||||
open('CHANGES.rst', encoding='utf-8').read(),
|
||||
]),
|
||||
keywords='authentication django pci security',
|
||||
author=', '.join([
|
||||
|
|
|
|||
Loading…
Reference in a new issue