Bump version number, add maintainer info to setup.py
This commit is contained in:
Родитель
1ca83e3da6
Коммит
321d8268d9
4
setup.py
4
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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче