File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
1
+ include CITATION
1
2
include LICENSE
2
3
include versioneer.py
3
4
include src/_pytask/_version.py
Original file line number Diff line number Diff line change @@ -186,3 +186,18 @@ The license also includes a copyright and permission notice from pytest since so
186
186
modules, classes, and functions are copied from pytest. Not to mention how pytest has
187
187
inspired the development of pytask in general. Without the amazing work of Holger Krekel
188
188
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
+ }
You can’t perform that action at this time.
0 commit comments