Skip to content

Commit 87177ac

Browse files
committed
Update setup.py
1 parent 8edd610 commit 87177ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
author = 'Noah Kantrowitz',
1313
author_email = 'noah@coderanger.net',
1414
description = 'Continuous testing for paranoid developers.',
15-
long_description = open(os.path.join(os.path.dirname(__file__), 'README')).read(),
15+
long_description = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read(),
1616
license = 'BSD',
1717
keywords = 'test unittest continuous django',
1818
url = 'http://github.com/coderanger/pyzen',

0 commit comments

Comments
 (0)