From 84b27de877aad60a7bbbcb30d3658cd9d5e9254b Mon Sep 17 00:00:00 2001 From: Devansh Shukla Date: Thu, 9 Jun 2022 20:34:07 +0530 Subject: [PATCH] update zenodo.json (#31) --- .zenodo.json | 14 ++++++++++++++ README.rst | 7 +++++-- 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..d2c35aa --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,14 @@ +{ + "description": "A pytest plugin for capturing and mocking connection requests during the test run.", + "license": "BSD-3-Clause", + "title": "pytest-remote-response", + "upload_type": "software", + "creators": [ + { + "orcid": "0000-0003-0610-9747", + "affiliation": "Sardar Vallabhbhai National Institute of Technology Surat, India", + "name": "Shukla, Devansh" + } + ], + "access_right": "open" +} diff --git a/README.rst b/README.rst index 15daff0..eba9032 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ pytest-remote-response ====================== -|versions| |license| +|versions| |license| |doi| |build| |docs| |coverage| |status| |codestyle| @@ -158,7 +158,10 @@ This plugin is licenced under a 3-clause BSD style licence - see the ``LICENCE`` .. |docs| image:: https://readthedocs.org/projects/pytest-remote-response/badge/?version=latest :target: https://pytest-remote-response.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status - + +.. |doi| image:: https://zenodo.org/badge/373798755.svg + :target: https://zenodo.org/badge/latestdoi/373798755 + :alt: Digital Object Identifier .. _pytest: https://github.com/pytest-dev/pytest .. _urllib: https://docs.python.org/3/library/urllib.html