X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=a73d59682af302af4b7f82de121b970f31ba3afe;hb=98de441a9a72b411ebfd01c79a1f84017a8ea421;hp=b7de6e4c66e3cfc00699d20453d521034a8b9f8f;hpb=a8651752de6da58ae65dac089d293c2ae15cd069;p=sqlconvert.git diff --git a/setup.py b/setup.py index b7de6e4..a73d596 100755 --- a/setup.py +++ b/setup.py @@ -18,13 +18,15 @@ from sqlconvert_version import __version__ # noqa kw = {} if is_setuptools: kw['install_requires'] = [ - 'sqlparse', 'SQLObject>=2.2.1', 'm_lib.defenc>=1.0', 'm_lib>=3.1', + 'sqlparse', 'SQLObject>=2.2.1', + 'm_lib.defenc>=1.0', 'm_lib>=3.1', + 'ppu' ] 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/',