Update INSTALL.rst
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 2m39s

This commit is contained in:
2024-09-10 09:32:51 +02:00
parent 05da45f271
commit 0c2261074a
2 changed files with 42 additions and 11 deletions

View File

@@ -82,10 +82,19 @@ class QuickSetup(Command):
os.system(cmd)
def get_long_description():
path = os.path.abspath(os.path.dirname(__file__))
file = os.path.join(path, 'README.rst')
with open(file) as f:
return f.read()
setup(
name='django-dav-events',
version='2.2.1',
description='A django based web application project to organize DAV Events.',
description='A django based web application project to drive the Touren- & Kurseportal of DAV Karlsruhe.',
long_description=get_long_description(),
long_description_content_type='text/x-rst',
url='https://dev.heinzelwerk.de/git/DAV-KA/django-dav-events',
author='Jens Kleineheismann',
author_email='heinzel@alpenverein-karlsruhe.de',