From 58487351c30c754da07c58ce5ebb211ad14c82bb Mon Sep 17 00:00:00 2001 From: championshuttler Date: Tue, 24 Sep 2019 05:59:57 +0000 Subject: [PATCH] Bug 1428715 - Bump mozscreenshot to v1.0.0 and update classifiers. r=ahal Differential Revision: https://phabricator.services.mozilla.com/D46717 --HG-- extra : moz-landing-system : lando --- testing/mozbase/mozscreenshot/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/mozbase/mozscreenshot/setup.py b/testing/mozbase/mozscreenshot/setup.py index edea869bddd4..66baffdf7f3e 100644 --- a/testing/mozbase/mozscreenshot/setup.py +++ b/testing/mozbase/mozscreenshot/setup.py @@ -8,7 +8,7 @@ from setuptools import setup PACKAGE_NAME = 'mozscreenshot' -PACKAGE_VERSION = '0.1' +PACKAGE_VERSION = '1.0.0' setup( @@ -17,7 +17,7 @@ setup( description="Library for taking screenshots in tests harness", long_description="see https://firefox-source-docs.mozilla.org/mozbase/index.html", classifiers=['Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 2 :: Only'], + 'Programming Language :: Python :: 3.5'], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers keywords='mozilla', author='Mozilla Automation and Tools team',