Skip to content

Commit f4197dc

Browse files
committed
Pull in README.rst as long_description for pypi.
1 parent 28e145b commit f4197dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
'author_email': '[email protected]',
2323
'url': 'https://github.com/enthought/distarray',
2424
'packages': find_packages(),
25-
'install_requires': install_requires
25+
'install_requires': install_requires,
26+
'long_description': open('README.rst').read(),
2627
}
2728

2829
setup(**metadata)

0 commit comments

Comments
 (0)