mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision d011702f368b88b3bae86e7a8fd2ddd22e18b33c
This commit is contained in:
parent
f9608022ca
commit
299ad0f9d0
573 changed files with 38776 additions and 14942 deletions
18
tests/wpt/web-platform-tests/tools/webdriver/setup.py
Normal file
18
tests/wpt/web-platform-tests/tools/webdriver/setup.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||
# You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(name="webdriver",
|
||||
version="1.0",
|
||||
description="WebDriver client compatible with "
|
||||
"the W3C browser automation specification.",
|
||||
author="Mozilla Engineering Productivity",
|
||||
author_email="tools@lists.mozilla.org",
|
||||
license="MPL 2.0",
|
||||
packages=find_packages(),
|
||||
classifiers=["Development Status :: 4 - Beta",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
|
||||
"Operating System :: OS Independent"])
|
Loading…
Add table
Add a link
Reference in a new issue