зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1428049 - [mozlog] Add mozterm as a mozlog dependency and version bump to 3.7, r=igoldan
MozReview-Commit-ID: 8HfH3Jay3KR --HG-- extra : rebase_source : c2f27fecb13e850f68eb95d350324aaf19932e11
This commit is contained in:
Родитель
c62d613976
Коммит
5a94205636
|
@ -7,7 +7,13 @@ from __future__ import absolute_import
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
PACKAGE_NAME = 'mozlog'
|
||||
PACKAGE_VERSION = '3.6'
|
||||
PACKAGE_VERSION = '3.7'
|
||||
DEPS = [
|
||||
'blessings>=1.3',
|
||||
'mozterm',
|
||||
'six >= 1.10.0',
|
||||
]
|
||||
|
||||
|
||||
setup(name=PACKAGE_NAME,
|
||||
version=PACKAGE_VERSION,
|
||||
|
@ -19,8 +25,7 @@ setup(name=PACKAGE_NAME,
|
|||
license='MPL 1.1/GPL 2.0/LGPL 2.1',
|
||||
packages=find_packages(),
|
||||
zip_safe=False,
|
||||
install_requires=['blessings >= 1.3',
|
||||
'six >= 1.10.0'],
|
||||
install_requires=DEPS,
|
||||
tests_require=['mozfile'],
|
||||
platforms=['Any'],
|
||||
classifiers=['Development Status :: 4 - Beta',
|
||||
|
|
Загрузка…
Ссылка в новой задаче