X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=a5661c7c27a15bdfd56d9b63341f46ec4cf8d9be;hb=24b3fc77eb89ce451ad0d8089d4652ccd3a9e320;hp=45712b2505848e1648d3d654955b4b5fad08b1a7;hpb=585e9f1e375417b4a5928f184c6dc2936d6ed6ee;p=sqlconvert.git diff --git a/setup.py b/setup.py index 45712b2..a5661c7 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,10 @@ setup(name='mysql2sql', 'Programming Language :: Python :: 3.4', ], packages=['mysql2sql'], - package_data={'mysql2sql': []}, - scripts=[], + package_data={'mysql2sql': ['../sample/sample.sql']}, + scripts=[ + 'scripts/group-file.py', 'scripts/group-sql.py', + 'scripts/parse-file.py', 'scripts/parse-sql.py', + ], requires=[], **kw)