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