Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Use values from __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zrzka committed Sep 30, 2017
1 parent 474da9c commit b59d635
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@
master_doc = 'index'

project = 'Black Mamba'
copyright = '2017, Robert Vojta'
author = 'Robert Vojta'


copyright = '2017, {}'.format(blackmamba.__author__)
author = blackmamba.__author__
version = blackmamba.__version__
release = blackmamba.__version__

Expand Down

0 comments on commit b59d635

Please sign in to comment.