diff --git a/setup.py b/setup.py index 3621328..3108f40 100644 --- a/setup.py +++ b/setup.py @@ -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",