fix meta data
Signed-off-by: martin f. krafft <madduck@madduck.net> (cherry picked from commit 4b039b81deef852759f2aa88ae04f38d792b9bf8)master
parent
f91d028c47
commit
1fac30a069
|
@ -1,13 +1,13 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# xmlrpc — helper for Python-based external (xml-rpc) ikiwiki plugins
|
# proxy.py — helper for Python-based external (xml-rpc) ikiwiki plugins
|
||||||
#
|
#
|
||||||
# Copyright © martin f. krafft <madduck@madduck.net>
|
# Copyright © martin f. krafft <madduck@madduck.net>
|
||||||
# Released under the terms of the GNU GPL version 2
|
# Released under the terms of the GNU GPL version 2
|
||||||
#
|
#
|
||||||
__name__ = 'xmlrpc'
|
__name__ = 'proxy.py'
|
||||||
__description__ = 'xml-rpc-based ikiwiki plugin to process RST files'
|
__description__ = 'helper for Python-based external (xml-rpc) ikiwiki plugins'
|
||||||
__version__ = '0.1'
|
__version__ = '0.1'
|
||||||
__author__ = 'martin f. krafft <madduck@madduck.net>'
|
__author__ = 'martin f. krafft <madduck@madduck.net>'
|
||||||
__copyright__ = 'Copyright © ' + __author__
|
__copyright__ = 'Copyright © ' + __author__
|
||||||
|
|
Loading…
Reference in New Issue