-Broytman SQL converter, Copyright (C) 2016-2017 PhiloSoft Design.
+SQL converter.
+
Author: Oleg Broytman <phd@phdru.name>.
+
+Copyright (C) 2016-2017 PhiloSoft Design.
+
License: GPL.
sqlconvert is a library to perform SQL conversions. It uses sqlparse to
convert mysqldump output (especially with extended INSERT syntax) to
standard SQL to load at least to PostgreSQL or SQLite.
-Home Page: http://phdru.name/Software/Python/sqlconvert/
-Documentation: http://phdru.name/Software/Python/sqlconvert/docs/
-Git repo: http://git.phdru.name/sqlconvert.git/
-GitHub repo: https://github.com/phdru/sqlconvert
-Issue tracker: https://github.com/phdru/sqlconvert/issues
+| Home Page: http://phdru.name/Software/Python/sqlconvert/
+| Documentation: http://phdru.name/Software/Python/sqlconvert/docs/
+| Git repo: http://git.phdru.name/sqlconvert.git/
+| GitHub repo: https://github.com/phdru/sqlconvert
+| Issue tracker: https://github.com/phdru/sqlconvert/issues
News
====
+Version 0.2.1 (2017-05-01)
+--------------------------
+
+* Convert README to reST.
+
Version 0.2.0 (2017-04-30)
--------------------------
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/',