rewrite README file

This commit is contained in:
Laszlo Nagy
2014-10-15 16:56:39 +02:00
parent 4464525dd6
commit 974d0c5179
4 changed files with 78 additions and 42 deletions

View File

@@ -67,7 +67,7 @@ setup(
url='https://github.com/rizsotto/Beye',
license='LICENSE.txt',
description='static code analyzer wrapper for Clang.',
long_description=open('README.rst').read(),
long_description=open('README.md').read(),
zip_safe=False,
packages=['analyzer'],
package_data={'analyzer': ['resources/*']},