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:
Aleksi Häkli 2019-02-24 22:45:39 +02:00
parent b87ff21774
commit 1e822a2964
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE
3 changed files with 2 additions and 2 deletions

View file

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

View file

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