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
This commit is contained in:
championshuttler 2019-09-24 05:59:57 +00:00
parent bfa22f415b
commit 58487351c3

View File

@ -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',