We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f025341 commit 0d08ebeCopy full SHA for 0d08ebe
1 file changed
setup.py
@@ -45,7 +45,7 @@ def run(self):
45
name='pypict',
46
version=__version__,
47
description='pypict: Python binding for Microsoft PICT',
48
- long_description=open('README.md').read(),
+ long_description=open('README.rst').read(),
49
author='Kenichi Maehashi',
50
author_email='webmaster@kenichimaehashi.com',
51
url='https://github.com/kmaehashi/pypict',
0 commit comments