Skip to content

Commit e3719c6

Browse files
committed
update docs
1 parent 27fd0f7 commit e3719c6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
# General information about the project.
7272
project = info['name']
73-
copyright = u'2017, Neosapience, Inc.'
73+
copyright = info['copyright']
7474
author = info['authors']
7575

7676
# The version info for the project you're documenting, acts as replacement for

info.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"name": "darkon",
33
"version": "0.0.2",
44
"authors": "Neosapience, Inc.",
5-
"github_url": "https://github.com/darkonhub/darkon"
5+
"github_url": "https://github.com/darkonhub/darkon",
6+
"copyright": "2017 Neosapience, Inc"
67
}

0 commit comments

Comments
 (0)