X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=a73d59682af302af4b7f82de121b970f31ba3afe;hb=93613fbece05d2f4e6b3840c417899750d8b7d98;hp=a47b42ab7568adae5fa7608116ef7ca66c057707;hpb=94178a9c8a0ce429a21eb511646ba1abe6d12dc2;p=sqlconvert.git diff --git a/setup.py b/setup.py index a47b42a..a73d596 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ if is_setuptools: setup(name='sqlconvert', version=__version__, description='Broytman sqlconvert', - long_description=open('README.txt', 'rU').read(), + long_description=open('README.rst', 'rU').read(), author='Oleg Broytman', author_email='phd@phdru.name', url='http://phdru.name/Software/Python/',