From a8464a95cef6c8648c3c05e1e18601e3348f21f5 Mon Sep 17 00:00:00 2001 From: Hugo Martins Date: Sat, 14 Jul 2018 16:32:29 +0100 Subject: [PATCH] Add CITATION Relates to #3402 --- CITATION | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CITATION diff --git a/CITATION b/CITATION new file mode 100644 index 000000000..e1807f5d9 --- /dev/null +++ b/CITATION @@ -0,0 +1,16 @@ +NOTE: Change "x.y" by the version you use. If you are unsure about which version +you are using run: `pip show pytest`. + +Text: + +[pytest] pytest x.y, 2004 +Krekel et al., https://github.com/pytest-dev/pytest + +BibTeX: + +@misc{pytestx.y, + title = {pytest x.y}, + author = {Krekel, Holger and Oliveira, Bruno and Pfannschmidt, Ronny and Bruynooghe, Floris and Laugher, Brianna and Bruhin, Florian}, + year = {2004}, + url = {https://github.com/pytest-dev/pytest}, +} \ No newline at end of file