]> git.phdru.name Git - sqlconvert.git/blobdiff - setup.py
Add sample and scripts to sdist
[sqlconvert.git] / setup.py
index 6ec1404dc2eca79bb7bf885589c193a16d46d730..a5661c7c27a15bdfd56d9b63341f46ec4cf8d9be 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -43,10 +43,14 @@ setup(name='mysql2sql',
           'Programming Language :: Python :: 2',
           'Programming Language :: Python :: 2.6',
           'Programming Language :: Python :: 2.7',
-          'Programming Language :: Python :: 2 :: Only',
+          'Programming Language :: Python :: 3',
+          '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)