Bug 812226 - Package synthetic_gestures.js with the marionette_client, r=jgriffin

This commit is contained in:
Malini Das 2012-11-15 19:07:48 -05:00
parent bbe735df88
commit 48ab33d100
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,2 @@
recursive-include marionette/touch/*.js
exclude MANIFEST.in

View File

@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages
version = '0.5.6'
version = '0.5.7'
# get documentation from the README
try:
@ -26,6 +26,7 @@ setup(name='marionette_client',
url='https://wiki.mozilla.org/Auto-tools/Projects/Marionette',
license='MPL',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
package_data={'marionette': ['touch/*.js']},
include_package_data=True,
zip_safe=False,
entry_points="""