@@ 1,5 1,5 @@
===============================================================================
-markowik
+Markowik
===============================================================================
Markowik converts `Markdown`_ formatted text to `Google Code Wiki`_.
@@ 14,6 14,8 @@ look at Markowik's `test suite`_ and its
.. _`test suite`: http://code.google.com/p/markowik/source/browse#hg%2Fsrc%2Ftests
.. _`show case`: http://code.google.com/p/markowik/w/list?q=label:Test
+.. contents:: :depth: 2
+
-------------------------------------------------------------------------------
Installation
-------------------------------------------------------------------------------
@@ 235,7 237,7 @@ Changes
===============================================================================
-------------------------------------------------------------------------------
-Version 0.1 (in development)
+Version 0.1
-------------------------------------------------------------------------------
- initial release
@@ 15,9 15,18 @@ setup(name='markowik',
description="Convert Markdown to Google Code Wiki",
long_description=README,
classifiers=[
- # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
+ 'Development Status :: 4 - Beta',
+ 'Environment :: Console',
+ 'Intended Audience :: Developers',
+ 'License :: OSI Approved :: MIT License',
+ 'Natural Language :: English',
+ 'Programming Language :: Python :: 2.6',
+ 'Programming Language :: Python :: 2.7',
+ 'Topic :: Software Development :: Documentation',
+ 'Topic :: Text Processing :: Markup',
+ 'Topic :: Utilities',
],
- keywords='markdown google-code wiki',
+ keywords='markdown google-code wiki converter',
author='Oben Sonne',
author_email='obensonne@googlemail.com',
url='http://pypi.python.org/pypi/markowik',