Skip to content

Commit

Permalink
update zenodo.json (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
devanshshukla99 authored Jun 9, 2022
1 parent ee9893c commit 84b27de
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -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"
}
7 changes: 5 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pytest-remote-response
======================

|versions| |license|
|versions| |license| |doi|

|build| |docs| |coverage| |status| |codestyle|

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 84b27de

Please sign in to comment.