Updated copyright information
All checks were successful
buildbot/tox Build done.

This commit is contained in:
2020-01-14 14:47:50 +01:00
parent 9534c4a038
commit 105e227580
2 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ INSTALLATION
See INSTALL.rst
LICENCE
LICENSE
=======
Permission to use, copy, modify, and/or distribute this software
for any purpose with or without fee is hereby granted.
If you are interested in using this work, please contact
Mr. Jens Kleineheismann <heinzel@alpenverein-karlsruhe.de>.

View File

@@ -99,9 +99,9 @@ setup(
name='django-dav-events',
version='2.0',
description='A django based web application project to organize DAV Events.',
url='https://heinzel.alpenverein-karlsruhe.de',
maintainer='Jens Kleineheismann',
maintainer_email='heinzel@alpenverein-karlsruhe.de',
url='https://touren.alpenverein-karlsruhe.de',
author='Jens Kleineheismann',
author_email='heinzel@alpenverein-karlsruhe.de',
cmdclass={
'mkpyenv': SetupPythonEnvironment,
'quickdev': QuickSetup,