File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2323# add these directories to sys.path here. If the directory is relative to the
2424# documentation root, use os.path.abspath to make it absolute, like shown here.
2525sys .path .insert (0 , os .path .abspath ('../..' ))
26+ import bladex .meta as meta
2627
2728# -- General configuration ------------------------------------------------
2829
7071
7172# General information about the project.
7273project = u'BladeX'
73- copyright = u'2018-2019, BladeX contributors'
74- author = u'BladeX contributors'
74+ copyright = meta . __copyright__
75+ author = meta . __author__
7576
7677# autoclass
7778autoclass_content = 'both'
8182# built documents.
8283#
8384# The short X.Y version.
84- version = '0.1'
85+ version = meta . __version__
8586# The full version, including alpha/beta/rc tags.
8687release = version
8788
You can’t perform that action at this time.
0 commit comments