X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=setup.py;h=f9db74f854fb0e13d127cd30030b8150d6824af2;hp=a5661c7c27a15bdfd56d9b63341f46ec4cf8d9be;hb=33ccb6237b3791b181d9589549c34f66960c5b4d;hpb=7d3342fc8ae5d217736c9c055b53445c628da765 diff --git a/setup.py b/setup.py index a5661c7..f9db74f 100755 --- a/setup.py +++ b/setup.py @@ -48,9 +48,6 @@ setup(name='mysql2sql', ], packages=['mysql2sql'], package_data={'mysql2sql': ['../sample/sample.sql']}, - scripts=[ - 'scripts/group-file.py', 'scripts/group-sql.py', - 'scripts/parse-file.py', 'scripts/parse-sql.py', - ], + scripts=[], requires=[], **kw)