Bug 1428708 - [mozdevice] Bump version number and prepare for Python 3 release r=davehunt

Differential Revision: https://phabricator.services.mozilla.com/D18553

--HG--
extra : moz-landing-system : lando
This commit is contained in:
AndreiH 2019-02-04 19:19:56 +00:00
Родитель 14486004b6
Коммит 4d97f54071
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1

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

@ -8,7 +8,7 @@ from __future__ import absolute_import
from setuptools import setup
PACKAGE_NAME = 'mozdevice'
PACKAGE_VERSION = '2.0.1'
PACKAGE_VERSION = '3.0.0'
deps = ['mozlog >= 3.0']
@ -17,7 +17,7 @@ setup(name=PACKAGE_NAME,
description="Mozilla-authored device management",
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='',
author='Mozilla Automation and Testing Team',