comparison doc/conf.py @ 78:3a8f712d27df

Put copyright and license into the README.txt
author Franz Glasner <hg@dom66.de>
date Wed, 14 Mar 2018 23:54:00 +0100
parents 025005f1234f
children 7d5b4718ac1b
comparison
equal deleted inserted replaced
77:025005f1234f 78:3a8f712d27df
20 20
21 21
22 # -- Project information ----------------------------------------------------- 22 # -- Project information -----------------------------------------------------
23 23
24 project = 'ConfigMix' 24 project = 'ConfigMix'
25 copyright = '2015–2018, Franz Glasner' 25 copyright = '2015–2018, Franz Glasner. All rights reserved'
26 author = 'Franz Glasner' 26 author = 'Franz Glasner'
27 27
28 # The short X.Y version 28 # The short X.Y version
29 version = '.'.join(configmix.__version__.split('.')[:2]) 29 version = '.'.join(configmix.__version__.split('.')[:2])
30 # The full version, including alpha/beta/rc tags 30 # The full version, including alpha/beta/rc tags