Skip to content

Commit ba1436e

Browse files
committed
Renamed readme file (so github can render it).
1 parent b50bb7e commit ba1436e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from distutils.core import setup
22

3-
readme_contents = open("README").read()
3+
readme_contents = open("README.rst").read()
44

55
# index where the first paragraph starts
66
parastart = readme_contents.find('=\n') + 3

0 commit comments

Comments
 (0)