File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Design principles
3939Examples
4040========
4141
42- See ` http://github.com/brendonh/pyth/tree/master/examples/`
42+ See http://github.com/brendonh/pyth/tree/master/examples/
4343
4444
4545Unit tests
Original file line number Diff line number Diff line change 44
55import os .path
66
7+ __version__ = '0.5.3'
78
89writerMap = {
910 '.rtf' : 'pyth.plugins.rtf15.writer.Rtf15Writer' ,
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22
33setup (name = "pyth" ,
4- version = "0.5" ,
4+ version = "0.5.3 " ,
55 packages = find_packages (),
66 zip_safe = False ,
77
8- description = "Python text markup conversion" ,
8+ description = "Python text markup and conversion" ,
99 author = "Brendon Hogger" ,
1010 author_email = "brendonh@taizilla.com" ,
1111 url = "http://wiki.github.com/brendonh/pyth" ,
You can’t perform that action at this time.
0 commit comments