This commit is contained in:
Guillaume Destuynder (kang) 2017-01-13 15:56:10 -08:00
Родитель 2e9a03e541
Коммит 48c2a1096b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 956347F6FBF3A415
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -1,7 +1,7 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Copyright (c) 2014 Mozilla Corporation
# Copyright (c) 2014-2017 Mozilla Corporation
# Author: gdestuynder@mozilla.com
all:
@ -24,7 +24,7 @@ pypi:
python setup.py sdist check upload --sign
twine:
twine upload -s dist/mozdef_client-1.0.7.tar.gz
twine upload -s dist/mozdef_client-1.0.8.tar.gz
clean:
rm -rf *pyc

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

@ -2,7 +2,7 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Copyright (c) 2014 Mozilla Corporation
# Copyright (c) 2014-2017 Mozilla Corporation
# Author: gdestuynder@mozilla.com
import os
@ -14,7 +14,7 @@ def read(fname):
setup(
name = "mozdef_client",
py_modules = ['mozdef_client'],
version = "1.0.7",
version = "1.0.8",
author = "Guillaume Destuynder",
author_email = "gdestuynder@mozilla.com",
description = ("A client library to send messages/events using MozDef"),