We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8edd610 commit 87177acCopy full SHA for 87177ac
setup.py
@@ -12,7 +12,7 @@
12
author = 'Noah Kantrowitz',
13
author_email = 'noah@coderanger.net',
14
description = 'Continuous testing for paranoid developers.',
15
- long_description = open(os.path.join(os.path.dirname(__file__), 'README')).read(),
+ long_description = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read(),
16
license = 'BSD',
17
keywords = 'test unittest continuous django',
18
url = 'http://github.com/coderanger/pyzen',
0 commit comments