Skip to content

Commit 86a4702

Browse files
authored
Add citation. (#78)
1 parent 19dc014 commit 86a4702

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

CITATION

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@Unpublished{Raabe2020,
2+
Title = {A Python tool for managing scientific workflows.},
3+
Author = {Tobias Raabe},
4+
Year = {2020},
5+
Url = {https://github.com/pytask-dev/pytask}
6+
}

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
include CITATION
12
include LICENSE
23
include versioneer.py
34
include src/_pytask/_version.py

README.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,18 @@ The license also includes a copyright and permission notice from pytest since so
186186
modules, classes, and functions are copied from pytest. Not to mention how pytest has
187187
inspired the development of pytask in general. Without the amazing work of Holger Krekel
188188
and pytest's many contributors, this project would not have been possible. Thank you!
189+
190+
191+
Citation
192+
--------
193+
194+
If you rely on pytask to manage your research project, please cite it with
195+
196+
.. code-block::
197+
198+
@Unpublished{Raabe2020,
199+
Title = {A Python tool for managing scientific workflows.},
200+
Author = {Tobias Raabe},
201+
Year = {2020},
202+
Url = {https://github.com/pytask-dev/pytask}
203+
}

0 commit comments

Comments
 (0)