From 7f881b440bb32a1274d52a901dc49b81c3090d47 Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Wed, 12 Feb 2014 12:28:04 +0100 Subject: [PATCH] Credit the Wehrmeyer. --- docs/conf.py | 8 ++++---- docs/index.rst | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 77e5223..827db87 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'dataset' -copyright = u'2013, Friedrich Lindenberg, Gregor Aisch' +copyright = u'2013, Friedrich Lindenberg, Gregor Aisch, Stefan Wehrmeyer' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -193,7 +193,7 @@ latex_elements = { # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'dataset.tex', u'dataset Documentation', - u'Friedrich Lindenberg, Gregor Aisch', 'manual'), + u'Friedrich Lindenberg, Gregor Aisch, Stefan Wehrmeyer', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -223,7 +223,7 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'dataset', u'dataset Documentation', - [u'Friedrich Lindenberg, Gregor Aisch'], 1) + [u'Friedrich Lindenberg, Gregor Aisch, Stefan Wehrmeyer'], 1) ] # If true, show URL addresses after external links. @@ -237,7 +237,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'dataset', u'dataset Documentation', - u'Friedrich Lindenberg, Gregor Aisch', 'dataset', 'One line description of project.', + u'Friedrich Lindenberg, Gregor Aisch, Stefan Wehrmeyer', 'dataset', 'One line description of project.', 'Miscellaneous'), ] diff --git a/docs/index.rst b/docs/index.rst index 52c6bcc..c54efb5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -72,6 +72,6 @@ Contents Contributors ------------ -``dataset`` is written and maintained by `Friedrich Lindenberg `_ and `Gregor Aisch `_. Its code is largely based on the preceding libraries `sqlaload `_ and `datafreeze `_. And of course, we're standing on the `shoulders of giants `_. +``dataset`` is written and maintained by `Friedrich Lindenberg `_, `Gregor Aisch `_ and `Stefan Wehrmeyer `_. Its code is largely based on the preceding libraries `sqlaload `_ and `datafreeze `_. And of course, we're standing on the `shoulders of giants `_. Our cute little `naked mole rat `_ was drawn by `Johannes Koch `_. diff --git a/setup.py b/setup.py index 9522f80..4c9111d 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( 'Programming Language :: Python :: 3.3' ], keywords='sql sqlalchemy etl loading utility', - author='Friedrich Lindenberg, Gregor Aisch', + author='Friedrich Lindenberg, Gregor Aisch, Stefan Wehrmeyer', author_email='info@okfn.org', url='http://github.com/pudo/dataset', license='MIT',