Set development status to inactive and add a warning to the README

This commit is contained in:
Dave Hunt 2016-06-24 17:53:59 +02:00
Родитель 897faab42c
Коммит baf0bf27d5
3 изменённых файлов: 15 добавлений и 1 удалений

Просмотреть файл

13
README.rst Normal file
Просмотреть файл

@ -0,0 +1,13 @@
pytest-mozwebqa
===============
pytest-mozwebqa is no longer in active development, and support has been
discontinued. The features have been reimplemented in the following plugins:
* `pytest-base-url <https://pypi.python.org/pypi/pytest-base-url/>`_
* `pytest-selenium <https://pypi.python.org/pypi/pytest-selenium/>`_
* `pytest-variables <https://pypi.python.org/pypi/pytest-variables/>`_
* `pytest-html <https://pypi.python.org/pypi/pytest-html/>`_
Please consider migrating to these. The documentation for pytest-mozwebqa can
be found `here <https://github.com/mozilla/pytest-mozwebqa/blob/master/DOCS.md>`_.

Просмотреть файл

@ -3,6 +3,7 @@ from setuptools import setup
setup(name='pytest-mozwebqa',
version='2.0',
description='Mozilla WebQA plugin for py.test.',
long_description=open('README.rst').read(),
author='Dave Hunt',
author_email='dhunt@mozilla.com',
url='https://github.com/mozilla/pytest-mozwebqa',
@ -17,7 +18,7 @@ setup(name='pytest-mozwebqa',
keywords='py.test pytest selenium saucelabs browserstack mozwebqa webqa '
'qa mozilla',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Development Status :: 7 - Inactive',
'Intended Audience :: Developers',
'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)',
'Operating System :: POSIX',