changeset 545:e6cd694f0460

Changes maintainer in setup.py, Fix Readme * The example template collided with reStructuredText.
author Magnus Schieder <magnus.schieder@intevation.de>
date Fri, 31 Jan 2020 16:38:23 +0100
parents 3ffdca6341a4
children 4de8b1edec16
files README setup.py
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README	Fri Jan 31 15:38:39 2020 +0100
+++ b/README	Fri Jan 31 16:38:23 2020 +0100
@@ -227,7 +227,7 @@
 {% for i in user -%}
 =
 {%- endfor -%}
- ==============
+
 {% for proj in projects %}
 # {{ proj.desc }}
 {% for entry in proj.entries|sort(attribute='start') -%}
--- a/setup.py	Fri Jan 31 15:38:39 2020 +0100
+++ b/setup.py	Fri Jan 31 16:38:23 2020 +0100
@@ -35,8 +35,8 @@
                   "and reporting tool; comparable to 'worklog'.",
       url="https://getan.wald.intevation.org/",
       download_url="https://scm.wald.intevation.org/hg/getan/",
-      maintainer="Bernhard E. Reiter",
-      maintainer_email="bernhard.reiter@intevation.de",
+      maintainer="magnus.schieder",
+      maintainer_email="magnus.schieder@intevation.de",
       license="GPLv3+",
       long_description=read("README"),
       packages=find_packages(),
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)