mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 812226 - Package synthetic_gestures.js with the marionette_client, r=jgriffin
This commit is contained in:
parent
bbe735df88
commit
48ab33d100
2
testing/marionette/client/MANIFEST.in
Normal file
2
testing/marionette/client/MANIFEST.in
Normal file
@ -0,0 +1,2 @@
|
||||
recursive-include marionette/touch/*.js
|
||||
exclude MANIFEST.in
|
@ -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="""
|
||||
|
Loading…
Reference in New Issue
Block a user