Skip to content

Commit 6bff9ef

Browse files
committed
Revert "Fix year in copyright"
This reverts commit 40a3b91.
1 parent fd5981c commit 6bff9ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
# import os
2020
# import sys
2121
# sys.path.insert(0, os.path.abspath('.'))
22-
from datetime import datetime
2322
import rfc3986
2423

2524

@@ -57,7 +56,7 @@
5756

5857
# General information about the project.
5958
project = u'rfc3986'
60-
copyright = u'{}, Ian Stapleton Cordasco'.format(datetime.now().year)
59+
copyright = u'2017, Ian Stapleton Cordasco'
6160
author = u'Ian Stapleton Cordasco'
6261

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

0 commit comments

Comments
 (0)