Bump version number, add maintainer info to setup.py

This commit is contained in:
Ryan Kelly 2014-08-14 11:15:10 +10:00
Родитель 1ca83e3da6
Коммит 321d8268d9
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -4,10 +4,12 @@ from setuptools import setup
setup(
name = "fxa-python-client",
version = "1.1.0",
version = "1.2.0",
description = "python sample code to access Firefox Account (FxA) APIs",
author = "Brian Warner",
author_email = "warner-fxa-python-client@lothar.com",
maintainer = "Ryan Kelly",
maintainer_email = "rfkelly@mozilla.com",
url = "https://github.com/mozilla/fxa-python-client",
install_requires = ["cryptography",
"requests",