Add author tag
This commit is contained in:
parent
bc09cf1f35
commit
461fcaa6d4
|
@ -2,6 +2,7 @@
|
|||
'Convert Python source code to HTML with colorized markup'
|
||||
|
||||
__all__ = ['colorize', 'build_page', 'default_css', 'default_html']
|
||||
__author__ = 'Raymond Hettinger'
|
||||
|
||||
import keyword, tokenize, cgi, functools
|
||||
|
||||
|
|
Loading…
Reference in New Issue