diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ from distutils.core import setup setup( - name = 'markdown', + name = 'Markdown', version = '1.7', description = "Python implementation of Markdown.", author = "Manfred Stienstra and Yuri takhteyev", |