summaryrefslogtreecommitdiff
path: root/smartypants.py
diff options
context:
space:
mode:
Diffstat (limited to 'smartypants.py')
-rwxr-xr-xsmartypants.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/smartypants.py b/smartypants.py
index a70575b..55506ac 100755
--- a/smartypants.py
+++ b/smartypants.py
@@ -1,5 +1,6 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
+# Copyright (c) 2017 Leo Hemsted
# Copyright (c) 2013, 2014, 2016 Yu-Jie Lin
# Copyright (c) 2004, 2005, 2007, 2013 Chad Miller
# Copyright (c) 2003 John Gruber
@@ -12,11 +13,11 @@ smartypants module
:func:`smartypants` is the core of smartypants module.
"""
-__author__ = 'Yu-Jie Lin'
-__author_email__ = 'livibetter@gmail.com'
+__author__ = 'Leo Hemsted'
+__author_email__ = 'leohemsted@gmail.com'
__version__ = '2.0.0'
__license__ = 'BSD License'
-__url__ = 'https://bitbucket.org/livibetter/smartypants.py'
+__url__ = 'https://github.com/leohemsted/smartypants.py'
__description__ = 'Python with the SmartyPants'
import re