Update INSTALL.rst
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 2m39s
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 2m39s
This commit is contained in:
11
setup.py
11
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user