This commit is contained in:
Alec Thomas 2013-06-27 16:47:48 -04:00
parent 0ab6104428
commit ac80271553
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class PyTest(Command):
version = injector.__version__
version_tag = injector.__version_tag__
long_description = open('README.rst').read()
long_description = open('README.md').read()
description = long_description.splitlines()[0].strip()