Skip to content

Commit 76ece10

Browse files
author
Kirill V. Lyadvinsky
committed
Fix typo
1 parent bbda2c3 commit 76ece10

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
@@ -11,7 +11,7 @@
1111
version_info = re.match(r".*__version__ = '(.*?)'", f.read(), re.S).group(1)
1212

1313
with open('README.rst') as f:
14-
long_readme = f.read
14+
long_readme = f.read()
1515

1616
dev_requires = [
1717
'pytest>=2.8',

0 commit comments

Comments
 (0)