mirror of https://github.com/nucypher/pyUmbral.git
Add myself to the list of authors
parent
96251cf19b
commit
edbf95315c
|
@ -20,8 +20,8 @@
|
|||
# -- Project information -----------------------------------------------------
|
||||
|
||||
project = 'pyUmbral'
|
||||
copyright = u'2019, Michael Egorov, Justin Myles Holmes, David Nuñez, John Pacific, Kieran Prasch'
|
||||
author = u'Michael Egorov, Justin Myles Holmes, David Nuñez, John Pacific, Kieran Prasch'
|
||||
copyright = u'2019, Michael Egorov, Justin Myles Holmes, David Nuñez, John Pacific, Kieran Prasch, Bogdan Opanchuk'
|
||||
author = u'Michael Egorov, Justin Myles Holmes, David Nuñez, John Pacific, Kieran Prasch, Bogdan Opanchuk'
|
||||
|
||||
# The short X.Y version
|
||||
version = '0.1'
|
||||
|
@ -133,7 +133,7 @@ latex_elements = {
|
|||
# author, documentclass [howto, manual, or own class]).
|
||||
latex_documents = [
|
||||
(master_doc, 'pyUmbral.tex', 'pyUmbral Documentation',
|
||||
u'Michael Egorov, Justin Myles Holmes, David Nuñez, John Pacific, Kieran Prasch', 'manual'),
|
||||
u'Michael Egorov, Justin Myles Holmes, David Nuñez, John Pacific, Kieran Prasch, Bogdan Opanchuk', 'manual'),
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue