Skip to content

Commit 0d08ebe

Browse files
committed
fix long_description
1 parent f025341 commit 0d08ebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def run(self):
4545
name='pypict',
4646
version=__version__,
4747
description='pypict: Python binding for Microsoft PICT',
48-
long_description=open('README.md').read(),
48+
long_description=open('README.rst').read(),
4949
author='Kenichi Maehashi',
5050
author_email='webmaster@kenichimaehashi.com',
5151
url='https://github.com/kmaehashi/pypict',

0 commit comments

Comments
 (0)