X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=setup.py;h=6ec1404dc2eca79bb7bf885589c193a16d46d730;hp=1d553f9d47f6912ea7acd334a0b920c4e9d54035;hb=8b3e14573113db418da0467e8069361182afdacd;hpb=e33ac64caf9f2f765516c3fbfd05f62106891e49 diff --git a/setup.py b/setup.py index 1d553f9..6ec1404 100755 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ if is_setuptools: versionpath = join(abspath(dirname(__file__)), 'mysql2sql', '__version__.py') load_source('mysql2sql_version', versionpath) +# Ignore: E402 module level import not at top of file from mysql2sql_version import __version__ # noqa setup(name='mysql2sql',