diff --git a/testing/marionette/client/MANIFEST.in b/testing/marionette/client/MANIFEST.in new file mode 100644 index 00000000000..5a89b6e83a6 --- /dev/null +++ b/testing/marionette/client/MANIFEST.in @@ -0,0 +1,2 @@ +recursive-include marionette/touch/*.js +exclude MANIFEST.in diff --git a/testing/marionette/client/setup.py b/testing/marionette/client/setup.py index ea3b3f295f7..41da52b869d 100644 --- a/testing/marionette/client/setup.py +++ b/testing/marionette/client/setup.py @@ -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="""