X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=setup.py;h=a73d59682af302af4b7f82de121b970f31ba3afe;hp=a47b42ab7568adae5fa7608116ef7ca66c057707;hb=71665d24bf836911ce782d7438e67a5163a2b94b;hpb=73271a119cf021eb1b63b9acf07b748a02ded566 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/',