README -> README.rst

This commit is contained in:
Robert Collins
2016-04-18 14:59:43 +12:00
parent 5b9547f5a8
commit 1f1b6e69ac
3 changed files with 2 additions and 2 deletions

View File

@@ -17,4 +17,4 @@ install:
script:
- python -m testtools.run discover
- rst2html.py --strict README README.html
- rst2html.py --strict README.rst README.html

View File

View File

@@ -4,7 +4,7 @@ author = Testresources developers
author_email = https://launchpad.net/~testresources-developers
home-page = https://launchpad.net/testresources
summary = Testresources, a pyunit extension for managing expensive test resources
description-file = README
description-file = README.rst
keyword = unittest, testing, fixtures
classifiers =
Development Status :: 6 - Mature