We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18bb9b2 commit 3e314bbCopy full SHA for 3e314bb
1 file changed
docs/conf.py
@@ -12,7 +12,10 @@
12
source_suffix = '.rst'
13
master_doc = 'index'
14
project = 'iptools'
15
-copyright = '2008-%s, Bryan Davis and iptools contributors. All Rights Reserved' % date.today().year
+copyright = (
16
+ '2008-%s, Bryan Davis and iptools contributors. '
17
+ 'All Rights Reserved'
18
+) % date.today().year
19
version = iptools.__version__
20
release = version
21
exclude_patterns = ['_build']
0 commit comments